Skip to content

Commit

Permalink
Move :app to :app:android
Browse files Browse the repository at this point in the history
  • Loading branch information
wingio committed Feb 13, 2024
1 parent 50f3e4f commit 3183dfa
Show file tree
Hide file tree
Showing 71 changed files with 14 additions and 7,098 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
uses: android-actions/setup-android@v2.0.10

- name: Build APK
run: chmod +x ./gradlew && ./gradlew assembleDebug
run: chmod +x ./gradlew && ./gradlew :app:android:assembleDebug

- name: Upload APK
uses: actions/upload-artifact@v2
with:
path: app/build/outputs/apk/debug/app-debug.apk
path: app/android/build/outputs/apk/debug/android-debug.apk
File renamed without changes.
4 changes: 2 additions & 2 deletions app/build.gradle.kts → app/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
setProguardFiles(
listOf(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
"../proguard-rules.pro"
)
)
}
Expand All @@ -53,7 +53,7 @@ android {
freeCompilerArgs += "-Xexpect-actual-classes"
freeCompilerArgs += listOf(
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:stabilityConfigurationPath=${file("./stability.txt").absolutePath}"
"plugin:androidx.compose.compiler.plugins.kotlin:stabilityConfigurationPath=${file("../stability.txt").absolutePath}"
)
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions app/android/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#242424</color>
</resources>
4 changes: 4 additions & 0 deletions app/android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Gloom</string>
</resources>
File renamed without changes.
File renamed without changes.
1,874 changes: 0 additions & 1,874 deletions app/src/main/assets/data/emoji.json

This file was deleted.

160 changes: 0 additions & 160 deletions app/src/main/res/values-af-rZA/strings.xml

This file was deleted.

Loading

0 comments on commit 3183dfa

Please sign in to comment.