Skip to content

Commit cc00bee

Browse files
committed
Version 1.0.0
1 parent 759ec2b commit cc00bee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdk = 26
1414
targetSdk = 34
1515
versionCode = 1
16-
versionName = "1.0.0-beta01"
16+
versionName = "1.0.0"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ guava = "32.1.3-android"
2020
koin = "3.5.0"
2121
coil = "2.3.0"
2222

23-
launcherSdk = "1.0.0-alpha02"
23+
launcherSdk = "1.0.0"
2424

2525

2626
[libraries]

0 commit comments

Comments
 (0)