Rename Android project folder to just android
8
.github/workflows/android.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'build-android/**'
|
||||
- 'android/**'
|
||||
- 'data-*/**'
|
||||
- 'packaging/**'
|
||||
- 'CMakeLists.txt'
|
||||
|
|
@ -12,7 +12,7 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'build-android/**'
|
||||
- 'android/**'
|
||||
- 'data-*/**'
|
||||
- 'packaging/**'
|
||||
- 'CMakeLists.txt'
|
||||
|
|
@ -32,11 +32,11 @@ jobs:
|
|||
|
||||
- name: Build with gradle
|
||||
run: |
|
||||
cd build-android
|
||||
cd android
|
||||
./gradlew assemblerelease
|
||||
|
||||
- name: Save apk artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: principia-release-unsigned.apk
|
||||
path: build-android/principia/build/outputs/apk/release/principia-release-unsigned.apk
|
||||
path: android/principia/build/outputs/apk/release/principia-release-unsigned.apk
|
||||
|
|
|
|||
4
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "build-android/principia/deps-src"]
|
||||
path = build-android/principia/deps-src
|
||||
[submodule "android/principia/deps-src"]
|
||||
path = android/principia/deps-src
|
||||
url = https://github.com/principia-game/android-deps
|
||||
|
|
|
|||
0
build-android/gradlew → android/gradlew
vendored
1
android/principia/deps-src
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 855bd88ce3a46cc06de1d113565d0a0ae19e219d
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 726 B After Width: | Height: | Size: 726 B |