Skip to content

Commit 3f359e0

Browse files
authored
bump version to android app 0.0.3
1 parent 189f19e commit 3f359e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "me.kavishdevar.aln"
1414
minSdk = 28
1515
targetSdk = 35
16-
versionCode = 1
17-
versionName = "0.0.2"
16+
versionCode = 3
17+
versionName = "0.0.3"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}

0 commit comments

Comments
 (0)