Skip to content

Commit 43a7c4b

Browse files
committed
(General) Bump version to 1.3.0
1 parent d1f2bd8 commit 43a7c4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 = 34
88

9-
const val VERSION_CODE = 12
10-
const val VERSION_NAME = "1.2.1"
9+
const val VERSION_CODE = 13
10+
const val VERSION_NAME = "1.3.0"
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.2.1
30+
VERSION_NAME=1.3.0
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)