Skip to content

Commit

Permalink
Merge pull request #47 from t-regbs/version_2.1.0
Browse files Browse the repository at this point in the history
chore: bump app version to 2.1.0 (17)
  • Loading branch information
t-regbs authored Aug 1, 2023
2 parents af0b671 + 0d45c37 commit bd5f411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plugins {
android {
defaultConfig {
applicationId = "com.timilehinaregbesola.mathalarm"
versionCode = 16
versionName = "2.0.6"
versionCode = 17
versionName = "2.1.0"
minSdk = Integer.parseInt(libs.versions.android.min.sdk.get())
targetSdk = Integer.parseInt(libs.versions.android.target.sdk.get())
compileSdk = Integer.parseInt(libs.versions.android.compile.sdk.get())
Expand Down
Binary file modified app/release/app-release.aab
Binary file not shown.

0 comments on commit bd5f411

Please sign in to comment.