Skip to content

Commit 8450038

Browse files
authored
Merge pull request #524 from nimblehq/chore/bump-version-to-3.25.0
[Chore] Bump version to 3.25.0
2 parents 0a6b800 + 5eb9b25 commit 8450038

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.24.0"
9+
const val ANDROID_VERSION_NAME = "3.25.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.24.0"
9+
const val ANDROID_VERSION_NAME = "3.25.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.24.0
3+
templateScriptVersion=3.25.0

0 commit comments

Comments
 (0)