File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
core-sdk-samples/higgs-shop-sample-app Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath(" com.android.tools.build:gradle:7.3.1 " )
9+ classpath(" com.android.tools.build:gradle:7.2.2 " )
1010 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0" )
1111 classpath(" com.google.gms:google-services:4.3.14" )
1212 }
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ android.useAndroidX=true
1818# Automatically convert third-party libraries to use AndroidX
1919android.enableJetifier =true
2020# Kotlin code style for this project: "official" or "obsolete":
21- kotlin.code.style =official
21+ kotlin.code.style =official
22+ # Enable Jetpack Compose
23+ android.compose.compiler.kotlin.version =1.7.21
You can’t perform that action at this time.
0 commit comments