Skip to content

Commit 4d3faf5

Browse files
committed
Removed my duplicate compileOptions section in build.tmpl.gradle
1 parent edfefb7 commit 4d3faf5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pythonforandroid/bootstraps/sdl2/build/templates/build.tmpl.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ android {
6161
}
6262
}
6363

64-
compileOptions {
65-
sourceCompatibility JavaVersion.VERSION_1_7
66-
targetCompatibility JavaVersion.VERSION_1_7
67-
}
68-
6964
}
7065

7166
dependencies {

0 commit comments

Comments
 (0)