1
1
plugins {
2
- id ' com.android.library'
3
- id ' org.jetbrains.kotlin.android'
2
+ id " com.android.library"
3
+ id " org.jetbrains.kotlin.android"
4
4
}
5
5
6
6
android {
7
- namespace ' com.whyranoid.runningdata'
7
+ namespace " com.whyranoid.runningdata"
8
8
compileSdk 33
9
9
10
10
defaultConfig {
@@ -18,24 +18,24 @@ android {
18
18
buildTypes {
19
19
release {
20
20
minifyEnabled false
21
- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
21
+ proguardFiles getDefaultProguardFile(" proguard-android-optimize.txt" ), " proguard-rules.pro"
22
22
}
23
23
}
24
24
compileOptions {
25
25
sourceCompatibility JavaVersion . VERSION_1_8
26
26
targetCompatibility JavaVersion . VERSION_1_8
27
27
}
28
28
kotlinOptions {
29
- jvmTarget = ' 1.8'
29
+ jvmTarget = " 1.8"
30
30
}
31
31
}
32
32
33
- dependencies {
33
+ dependencies {
34
34
35
- implementation " androidx.core:core-ktx:$coreKtxVersion "
36
- implementation " androidx.appcompat:appcompat:$appcompatVersion "
37
- implementation " com.google.android.material:material:$materialVersion "
38
- testImplementation " junit:junit:$junitVersion "
39
- androidTestImplementation " androidx.test.ext:junit:$junitUiVersion "
40
- androidTestImplementation " androidx.test.espresso:espresso-core:$espressoCoreVersion "
41
- }
35
+ implementation " androidx.core:core-ktx:$coreKtxVersion "
36
+ implementation " androidx.appcompat:appcompat:$appcompatVersion "
37
+ implementation " com.google.android.material:material:$materialVersion "
38
+ testImplementation " junit:junit:$junitVersion "
39
+ androidTestImplementation " androidx.test.ext:junit:$junitUiVersion "
40
+ androidTestImplementation " androidx.test.espresso:espresso-core:$espressoCoreVersion "
41
+ }
0 commit comments