File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ android {
1313 project. archivesBaseName = " LogcatCore"
1414 }
1515
16- compileOptions {
17- sourceCompatibility JavaVersion . VERSION_1_8
18- targetCompatibility JavaVersion . VERSION_1_8
19- }
2016}
2117
2218dependencies {
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ android {
1212 project. archivesBaseName = " LogcatCountly"
1313 }
1414
15- compileOptions {
16- sourceCompatibility JavaVersion . VERSION_1_8
17- targetCompatibility JavaVersion . VERSION_1_8
18- }
1915}
2016
2117dependencies {
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ android {
1212 project. archivesBaseName = " LogcatCrashlytic"
1313 }
1414
15- compileOptions {
16- sourceCompatibility JavaVersion . VERSION_1_8
17- targetCompatibility JavaVersion . VERSION_1_8
18- }
1915}
2016
2117dependencies {
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ android {
1313 minSdkVersion 16
1414 targetSdkVersion 30
1515
16- compileOptions {
17- sourceCompatibility 1.8
18- targetCompatibility 1.8
19- }
20-
2116 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2217 }
2318
You can’t perform that action at this time.
0 commit comments