Skip to content

Commit 87773da

Browse files
committed
Bump version to 2.3.1
1 parent 5ad8a9c commit 87773da

File tree

3 files changed

+3
-3
lines changed

3 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 = 33
88

9-
const val VERSION_CODE = 27
10-
const val VERSION_NAME = "2.3.0"
9+
const val VERSION_CODE = 28
10+
const val VERSION_NAME = "2.3.1"
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
@@ -26,7 +26,7 @@ android.disableAutomaticComponentCreation=true
2626
# Maven publish information
2727

2828
GROUP=com.maxkeppeler.sheets
29-
VERSION_NAME=2.3.0
29+
VERSION_NAME=2.3.1
3030

3131
POM_DESCRIPTION=Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project.
3232
POM_INCEPTION_YEAR=2020

sample/sample.apk

905 KB
Binary file not shown.

0 commit comments

Comments
 (0)