Skip to content

Commit 0a1f49d

Browse files
authored
Merge pull request #114 from android/feature/v4
Release 1.1.2 - v4
2 parents be4d76b + cdd12b3 commit 0a1f49d

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 = 3
41-
versionName = "1.1.1"
40+
versionCode = 4
41+
versionName = "1.1.2"
4242

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

0 commit comments

Comments
 (0)