Skip to content

Commit 67e3e2d

Browse files
committed
Version 3
1 parent 3476ca2 commit 67e3e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
applicationId = "com.android.developers.androidify"
3838
minSdk = libs.versions.minSdk.get().toInt()
3939
targetSdk = 36
40-
versionCode = 2
41-
versionName = "1.1.0"
40+
versionCode = 3
41+
versionName = "1.1.1"
4242

4343
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4444
}

0 commit comments

Comments
 (0)