We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e237734 commit 3000592Copy full SHA for 3000592
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 = 6
22
- versionName = "1.2.0"
+ versionCode = 7
+ versionName = "1.3.0"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
0 commit comments