File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
sample-compose/buildSrc/src/main/java Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Team
2
2
# @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
4
4
5
5
# Engineering Leads
6
6
CODEOWNERS @ nimblehq/engineering-leads
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Versions {
6
6
const val ANDROID_TARGET_SDK_VERSION = 33
7
7
8
8
const val ANDROID_VERSION_CODE = 1
9
- const val ANDROID_VERSION_NAME = " 3.29 .0"
9
+ const val ANDROID_VERSION_NAME = " 3.30 .0"
10
10
11
11
// Dependencies (Alphabet sorted)
12
12
const val ACCOMPANIST_VERSION = " 0.30.1"
Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ dependencies {
143
143
with (Dependencies .Compose ) {
144
144
implementation(platform(BOM ))
145
145
implementation(UI )
146
- implementation(UI_TOOLING )
146
+ debugImplementation(UI_TOOLING )
147
+ implementation(UI_TOOLING_PREVIEW )
147
148
implementation(MATERIAL )
148
149
implementation(NAVIGATION )
149
150
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ object Dependencies {
11
11
object Compose {
12
12
const val BOM = " androidx.compose:compose-bom:${Versions .COMPOSE_BOM } "
13
13
const val UI = " androidx.compose.ui:ui"
14
- const val UI_GRAPHICS = " androidx.compose.ui:ui-graphics"
15
14
const val UI_TOOLING = " androidx.compose.ui:ui-tooling"
15
+ const val UI_TOOLING_PREVIEW = " androidx.compose.ui:ui-tooling-preview"
16
16
const val MATERIAL = " androidx.compose.material:material"
17
17
const val NAVIGATION = " androidx.navigation:navigation-compose:${Versions .COMPOSE_NAVIGATION } "
18
18
Original file line number Diff line number Diff line change 1
1
kotlinVersion =1.6.21
2
2
kscriptVersion =4.0.3
3
- templateScriptVersion =3.29 .0
3
+ templateScriptVersion =3.30 .0
You can’t perform that action at this time.
0 commit comments