Skip to content

Commit

Permalink
Merge pull request #589 from nimblehq/release/3.30.0
Browse files Browse the repository at this point in the history
Release - 3.30.0
  • Loading branch information
ryan-conway authored Nov 1, 2024
2 parents 1d2a443 + 46ba3ef commit 3f14154
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Team
# @ryan-conway is the Team Lead and the others are team members
* @AVI5HEK @chornerman @doannimble @hoangnguyen92dn @Johnsonmaung @kaungkhantsoe @luongvo @manh-t @minhnimble @ryan-conway @sleepylee @thiennguyen0196 @toby-thanathip
* @AVI5HEK @chornerman @eeeeaa @hoangnguyen92dn @Johnsonmaung @kaungkhantsoe @luongvo @manh-t @minhnimble @RkNaing @ryan-conway @sleepylee @thawzintoe-ptut @toby-thanathip @win-than-htike

# Engineering Leads
CODEOWNERS @nimblehq/engineering-leads
2 changes: 1 addition & 1 deletion sample-compose/buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
const val ANDROID_TARGET_SDK_VERSION = 33

const val ANDROID_VERSION_CODE = 1
const val ANDROID_VERSION_NAME = "3.29.0"
const val ANDROID_VERSION_NAME = "3.30.0"

// Dependencies (Alphabet sorted)
const val ACCOMPANIST_VERSION = "0.30.1"
Expand Down
3 changes: 2 additions & 1 deletion template-compose/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ dependencies {
with(Dependencies.Compose) {
implementation(platform(BOM))
implementation(UI)
implementation(UI_TOOLING)
debugImplementation(UI_TOOLING)
implementation(UI_TOOLING_PREVIEW)
implementation(MATERIAL)
implementation(NAVIGATION)

Expand Down
2 changes: 1 addition & 1 deletion template-compose/buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ object Dependencies {
object Compose {
const val BOM = "androidx.compose:compose-bom:${Versions.COMPOSE_BOM}"
const val UI = "androidx.compose.ui:ui"
const val UI_GRAPHICS = "androidx.compose.ui:ui-graphics"
const val UI_TOOLING = "androidx.compose.ui:ui-tooling"
const val UI_TOOLING_PREVIEW = "androidx.compose.ui:ui-tooling-preview"
const val MATERIAL = "androidx.compose.material:material"
const val NAVIGATION = "androidx.navigation:navigation-compose:${Versions.COMPOSE_NAVIGATION}"

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlinVersion=1.6.21
kscriptVersion=4.0.3
templateScriptVersion=3.29.0
templateScriptVersion=3.30.0

0 comments on commit 3f14154

Please sign in to comment.