Skip to content

Commit 66b5f5d

Browse files
Merge pull request #381 from nimblehq/chore/bump-version-3.16.0
[Chore] Bump version to 3.16.0
2 parents 683e9ef + 6e8a6eb commit 66b5f5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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.15.0"
9+
const val ANDROID_VERSION_NAME = "3.16.0"
1010

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

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

Lines changed: 1 addition & 1 deletion
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.15.0"
9+
const val ANDROID_VERSION_NAME = "3.16.0"
1010

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

version.properties

Lines changed: 1 addition & 1 deletion
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.15.0
3+
templateScriptVersion=3.16.0

0 commit comments

Comments
 (0)