Skip to content

Commit 2cc1438

Browse files
committed
1 parent bee451d commit 2cc1438

4 files changed

Lines changed: 0 additions & 17 deletions

File tree

LogcatCoreLib/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2218
dependencies {

LogcatCountlyLib/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2117
dependencies {

LogcatCrashlyticLib/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2117
dependencies {

sample/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)