Skip to content

Commit 8f17d02

Browse files
Gradle 7 setup
1 parent 3f6a23a commit 8f17d02

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core-sdk-samples/higgs-shop-sample-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ android.useAndroidX=true
1818
# Automatically convert third-party libraries to use AndroidX
1919
android.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

0 commit comments

Comments
 (0)