Rename Android project folder to just android

This commit is contained in:
ROllerozxa 2025-03-04 23:10:37 +01:00
commit 0101aeb9b1
172 changed files with 10 additions and 10 deletions

View file

@ -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
View file

@ -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,0 +1 @@
Subproject commit 855bd88ce3a46cc06de1d113565d0a0ae19e219d

View file

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more