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 7526e07 commit 5e4f8cbCopy full SHA for 5e4f8cb
buildSrc/src/main/java/App.kt
@@ -7,7 +7,7 @@ object App {
7
const val TARGET_SDK = 33
8
9
const val VERSION_CODE = 12
10
- const val VERSION_NAME = "1.2.0"
+ const val VERSION_NAME = "1.2.1"
11
12
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
13
gradle.properties
@@ -27,7 +27,7 @@ android.disableAutomaticComponentCreation=true
27
# Maven publish information
28
29
GROUP=com.maxkeppeler.sheets-compose-dialogs
30
-VERSION_NAME=1.2.0
+VERSION_NAME=1.2.1
31
32
POM_DESCRIPTION=An Android library that offers dialogs & views for various use-cases - build with Jetpack Compose.
33
POM_INCEPTION_YEAR=2022
0 commit comments