Skip to content

Commit 32bde0d

Browse files
authored
sdl2: build.tmpl.gradle: sourceCompatibility 1.7
1 parent 8829312 commit 32bde0d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,14 @@ android {
5050
}
5151
}
5252

53+
compileOptions {
54+
sourceCompatibility JavaVersion.VERSION_1_7
55+
targetCompatibility JavaVersion.VERSION_1_7
56+
}
57+
5358
sourceSets {
5459
main {
55-
jniLibs.srcDir 'libs'
60+
jniLibs.srcDir 'libs'
5661
}
5762
}
5863

0 commit comments

Comments
 (0)