Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler committed Jan 28, 2023
1 parent 5ad8a9c commit 87773da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object App {
const val MIN_SDK = 21
const val TARGET_SDK = 33

const val VERSION_CODE = 27
const val VERSION_NAME = "2.3.0"
const val VERSION_CODE = 28
const val VERSION_NAME = "2.3.1"

const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android.disableAutomaticComponentCreation=true
# Maven publish information

GROUP=com.maxkeppeler.sheets
VERSION_NAME=2.3.0
VERSION_NAME=2.3.1

POM_DESCRIPTION=Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project.
POM_INCEPTION_YEAR=2020
Expand Down
Binary file modified sample/sample.apk
Binary file not shown.

0 comments on commit 87773da

Please sign in to comment.