Skip to content

Commit bd5f411

Browse files
authored
Merge pull request #47 from t-regbs/version_2.1.0
chore: bump app version to 2.1.0 (17)
2 parents af0b671 + 0d45c37 commit bd5f411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ plugins {
1111
android {
1212
defaultConfig {
1313
applicationId = "com.timilehinaregbesola.mathalarm"
14-
versionCode = 16
15-
versionName = "2.0.6"
14+
versionCode = 17
15+
versionName = "2.1.0"
1616
minSdk = Integer.parseInt(libs.versions.android.min.sdk.get())
1717
targetSdk = Integer.parseInt(libs.versions.android.target.sdk.get())
1818
compileSdk = Integer.parseInt(libs.versions.android.compile.sdk.get())

app/release/app-release.aab

914 KB
Binary file not shown.

0 commit comments

Comments
 (0)