We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad8a9c commit 87773daCopy full SHA for 87773da
buildSrc/src/main/java/App.kt
@@ -6,8 +6,8 @@ object App {
6
const val MIN_SDK = 21
7
const val TARGET_SDK = 33
8
9
- const val VERSION_CODE = 27
10
- const val VERSION_NAME = "2.3.0"
+ const val VERSION_CODE = 28
+ const val VERSION_NAME = "2.3.1"
11
12
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
13
}
gradle.properties
@@ -26,7 +26,7 @@ android.disableAutomaticComponentCreation=true
26
# Maven publish information
27
28
GROUP=com.maxkeppeler.sheets
29
-VERSION_NAME=2.3.0
+VERSION_NAME=2.3.1
30
31
POM_DESCRIPTION=Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project.
32
POM_INCEPTION_YEAR=2020
sample/sample.apk
905 KB
0 commit comments