Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
byungtak-lee committed Oct 2, 2024
1 parent 1a214b1 commit 11d7d76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: release
path: ./app/build/outputs/apk/release/app-release.apk
path: ./app/build/outputs/bundle/release/app-release.aab

- name: Upload apk to Firebase App Distribution
uses: wzieba/Firebase-Distribution-Github-Action@v1
Expand All @@ -91,3 +91,10 @@ jobs:
groups: testers
file: app/build/outputs/apk/debug/app-debug.apk

- name: Publish to Play Store
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.nextroom.nextroom
releaseFiles: ${{ github.workspace }}/app-release.aab
track: production
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
minSdk = "24"
targetSdk = "34"
versionCode = "39"
versionCode = "100"
versionName = "1.2.0"
compileSdk = "34"
targetJvm = "17"
Expand Down

0 comments on commit 11d7d76

Please sign in to comment.