Skip to content

Commit 9e89c55

Browse files
committed
Bump version to 1.0.4
1 parent 619aaa1 commit 9e89c55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/sample.apk

27 MB
Binary file not shown.

buildSrc/src/main/java/App.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ object App {
66
const val MIN_SDK = 21
77
const val TARGET_SDK = 33
88

9-
const val VERSION_CODE = 3
10-
const val VERSION_NAME = "1.0.3"
9+
const val VERSION_CODE = 4
10+
const val VERSION_NAME = "1.0.4"
1111

1212
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
1313
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android.disableAutomaticComponentCreation=true
2727
# Maven publish information
2828

2929
GROUP=com.maxkeppeler.sheets-compose-dialogs
30-
VERSION_NAME=1.0.3
30+
VERSION_NAME=1.0.4
3131

3232
POM_DESCRIPTION=An Android library that offers dialogs & views for various use-cases - build with Jetpack Compose.
3333
POM_INCEPTION_YEAR=2022

0 commit comments

Comments
 (0)