We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ec2b commit cc00beeCopy full SHA for cc00bee
2 files changed
app/build.gradle.kts
@@ -13,7 +13,7 @@ android {
13
minSdk = 26
14
targetSdk = 34
15
versionCode = 1
16
- versionName = "1.0.0-beta01"
+ versionName = "1.0.0"
17
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
}
gradle/libs.versions.toml
@@ -20,7 +20,7 @@ guava = "32.1.3-android"
20
koin = "3.5.0"
21
coil = "2.3.0"
22
23
-launcherSdk = "1.0.0-alpha02"
+launcherSdk = "1.0.0"
24
25
26
[libraries]
0 commit comments