Skip to content

Commit ffbfa73

Browse files
authored
Merge pull request #517 from nimblehq/chore/bump-version-to-3.24.0
[Chore] Bump version to 3.24.0
2 parents 0abf70d + 3f232e3 commit ffbfa73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample-compose/buildSrc/src/main/java/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Versions {
66
const val ANDROID_TARGET_SDK_VERSION = 33
77

88
const val ANDROID_VERSION_CODE = 1
9-
const val ANDROID_VERSION_NAME = "3.23.0"
9+
const val ANDROID_VERSION_NAME = "3.24.0"
1010

1111
// Dependencies (Alphabet sorted)
1212
const val ACCOMPANIST_PERMISSIONS_VERSION = "0.30.1"

sample-xml/buildSrc/src/main/java/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Versions {
66
const val ANDROID_TARGET_SDK_VERSION = 33
77

88
const val ANDROID_VERSION_CODE = 1
9-
const val ANDROID_VERSION_NAME = "3.23.0"
9+
const val ANDROID_VERSION_NAME = "3.24.0"
1010

1111
// Dependencies (Alphabet sorted)
1212
const val ANDROID_COMMON_KTX_VERSION = "0.1.1"

version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
kotlinVersion=1.6.21
22
kscriptVersion=4.0.3
3-
templateScriptVersion=3.23.0
3+
templateScriptVersion=3.24.0

0 commit comments

Comments
 (0)