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 d1f2bd8 commit 43a7c4bCopy full SHA for 43a7c4b
buildSrc/src/main/java/App.kt
@@ -6,8 +6,8 @@ object App {
6
const val MIN_SDK = 21
7
const val TARGET_SDK = 34
8
9
- const val VERSION_CODE = 12
10
- const val VERSION_NAME = "1.2.1"
+ const val VERSION_CODE = 13
+ const val VERSION_NAME = "1.3.0"
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.1
+VERSION_NAME=1.3.0
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