We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631712a commit 982bbedCopy full SHA for 982bbed
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 = 1
22
- versionName = "1.0.0-beta.1"
+ versionCode = 2
+ versionName = "1.0.0-beta.2"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
0 commit comments