We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47de5c5 commit b0339f9Copy full SHA for b0339f9
1 file changed
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "app.umerfarooq.littlerelay"
19
minSdk = libs.versions.minSdk.get().toInt()
20
targetSdk = 36
21
- versionCode = 5
22
- versionName = "1.1.0"
+ versionCode = 6
+ versionName = "1.2.0"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
0 commit comments