Skip to content

Commit 5016dfc

Browse files
committed
comments updated.
1 parent 106b288 commit 5016dfc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mobile/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ plugins {
77
}
88

99
android {
10+
1011
compileSdk compile_sdk
1112
defaultConfig {
1213
namespace "io.syslogic.demo.colorpicker"
@@ -17,23 +18,28 @@ android {
1718
targetSdk target_sdk
1819
minSdk min_sdk
1920
}
21+
2022
compileOptions {
2123
sourceCompatibility JavaVersion.VERSION_17
2224
targetCompatibility JavaVersion.VERSION_17
2325
}
26+
2427
kotlinOptions {
2528
jvmTarget = 17
2629
}
30+
2731
composeOptions {
2832
// See the "Compose to Kotlin Compatibility Map" for compatible versions:
2933
// https://developer.android.com/jetpack/androidx/releases/compose-kotlin
3034
kotlinCompilerExtensionVersion kotlin_compiler_extension_version
3135
}
36+
3237
buildFeatures {
3338
buildConfig true
3439
dataBinding true
3540
compose true
3641
}
42+
3743
buildTypes {
3844
debug {
3945
minifyEnabled false
@@ -42,6 +48,7 @@ android {
4248
minifyEnabled false
4349
}
4450
}
51+
4552
lint {
4653
lintConfig file('../lint.xml')
4754
checkAllWarnings true
@@ -77,7 +84,6 @@ dependencies {
7784
implementation "androidx.compose.runtime:runtime:$compose_version"
7885
implementation "androidx.compose.ui:ui:$compose_version"
7986

80-
8187
// jUnit
8288
testImplementation "junit:junit:$junit_version"
8389

0 commit comments

Comments
 (0)