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