Skip to content

Commit

Permalink
Merge pull request #24 from brandy-kay/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyodhiambo authored Sep 11, 2023
2 parents d43517d + bfedd45 commit a295c9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
id: build
run: ./gradlew build --stacktrace

- name: Unit Test
id: test
run: ./gradlew test

- name: Build Release AAB
id: buildRelease
run: ./gradlew bundleRelease --stacktrace
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ object AndroidConfig {
const val minSdk = 26
const val targetSdk = 33
const val compileSdk = 33
const val versionCode = 1
const val versionName = "0.0.1"
const val versionCode = 2
const val versionName = "0.0.2"
}

0 comments on commit a295c9e

Please sign in to comment.