Skip to content

Commit

Permalink
[APT-10202] Java toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
kabliz committed Jul 8, 2024
1 parent eaf5291 commit f61ba14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions Armadillo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ java {
android {
compileSdk 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

defaultConfig {
minSdkVersion 21
targetSdkVersion 34
Expand Down
4 changes: 0 additions & 4 deletions TestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ java {
android {
compileSdk 34

compileOptions {
targetCompatibility JavaVersion.VERSION_1_8
}

defaultConfig {
applicationId "com.scribd.armadillotestapp"
minSdkVersion 21
Expand Down

0 comments on commit f61ba14

Please sign in to comment.