Skip to content

Commit

Permalink
Android App Release V1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
swap-musale committed Aug 21, 2023
1 parent 32ecbc1 commit fd3e010
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
29 changes: 10 additions & 19 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Bump version code
uses: chkfung/[email protected]
with:
gradlePath: app/build.gradle.kts
versionCode: ${{github.run_number}}

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build Release AAB
id: buildRelease
run: ./gradlew bundleRelease
Expand All @@ -51,16 +42,16 @@ jobs:
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}

# - name: Deploy to Play Store
# id: deploy
# uses: r0adkll/[email protected]
# with:
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
# packageName: com.devx.jetjoke
# releaseFiles: app/build/outputs/bundle/release/app-release.aab
# track: production
# status: completed
# inAppUpdatePriority: 2
- name: Deploy to Play Store
id: deploy
uses: r0adkll/[email protected]
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: com.devx.jetjoke
releaseFiles: app/build/outputs/bundle/release/app-release.aab
track: production
status: completed
inAppUpdatePriority: 2

- name: Upload Release Build
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "com.devx.jetjoke"
minSdk = 21
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 30
versionName = "1.0.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit fd3e010

Please sign in to comment.