Skip to content

Commit 3f14154

Browse files
authored
Merge pull request #589 from nimblehq/release/3.30.0
Release - 3.30.0
2 parents 1d2a443 + 46ba3ef commit 3f14154

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Team
22
# @ryan-conway is the Team Lead and the others are team members
3-
* @AVI5HEK @chornerman @doannimble @hoangnguyen92dn @Johnsonmaung @kaungkhantsoe @luongvo @manh-t @minhnimble @ryan-conway @sleepylee @thiennguyen0196 @toby-thanathip
3+
* @AVI5HEK @chornerman @eeeeaa @hoangnguyen92dn @Johnsonmaung @kaungkhantsoe @luongvo @manh-t @minhnimble @RkNaing @ryan-conway @sleepylee @thawzintoe-ptut @toby-thanathip @win-than-htike
44

55
# Engineering Leads
66
CODEOWNERS @nimblehq/engineering-leads

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.29.0"
9+
const val ANDROID_VERSION_NAME = "3.30.0"
1010

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

template-compose/app/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ dependencies {
143143
with(Dependencies.Compose) {
144144
implementation(platform(BOM))
145145
implementation(UI)
146-
implementation(UI_TOOLING)
146+
debugImplementation(UI_TOOLING)
147+
implementation(UI_TOOLING_PREVIEW)
147148
implementation(MATERIAL)
148149
implementation(NAVIGATION)
149150

template-compose/buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ object Dependencies {
1111
object Compose {
1212
const val BOM = "androidx.compose:compose-bom:${Versions.COMPOSE_BOM}"
1313
const val UI = "androidx.compose.ui:ui"
14-
const val UI_GRAPHICS = "androidx.compose.ui:ui-graphics"
1514
const val UI_TOOLING = "androidx.compose.ui:ui-tooling"
15+
const val UI_TOOLING_PREVIEW = "androidx.compose.ui:ui-tooling-preview"
1616
const val MATERIAL = "androidx.compose.material:material"
1717
const val NAVIGATION = "androidx.navigation:navigation-compose:${Versions.COMPOSE_NAVIGATION}"
1818

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.29.0
3+
templateScriptVersion=3.30.0

0 commit comments

Comments
 (0)