File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import io.gitlab.arturbosch.detekt.DetektCreateBaselineTask
6
6
buildscript {
7
7
ext {
8
8
release = [
9
- versionName : " 8.2.4 " ,
9
+ versionName : " 8.2.5 " ,
10
10
versionCode : 1
11
11
]
12
12
}
Original file line number Diff line number Diff line change 5
5
6
6
7
7
8
- <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000181 " >
8
+ <testcase classname =" fastlane.lanes" name =" 0: default_platform" time =" 0.000242 " >
9
9
10
10
</testcase >
11
11
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ android {
46
46
}
47
47
48
48
compileOptions {
49
- sourceCompatibility JavaVersion . VERSION_18
50
- targetCompatibility JavaVersion . VERSION_18
49
+ sourceCompatibility JavaVersion . VERSION_17
50
+ targetCompatibility JavaVersion . VERSION_17
51
51
}
52
52
kotlinOptions {
53
- jvmTarget = ' 18 '
53
+ jvmTarget = ' 17 '
54
54
}
55
55
buildFeatures {
56
56
viewBinding true
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ android {
30
30
}
31
31
32
32
kotlin {
33
- jvmToolchain(18 )
33
+ jvmToolchain(17 )
34
34
}
35
35
36
36
testOptions {
You can’t perform that action at this time.
0 commit comments