Skip to content

Commit 5539b01

Browse files
committed
Merge branch 'QuadTriangle-patch-2'
2 parents 574fc8e + 4d3faf5 commit 5539b01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ android {
5050
}
5151
}
5252

53-
sourceSets {
54-
main {
55-
jniLibs.srcDir 'libs'
56-
}
57-
}
58-
5953
compileOptions {
6054
sourceCompatibility JavaVersion.VERSION_1_7
6155
targetCompatibility JavaVersion.VERSION_1_7
6256
}
6357

58+
sourceSets {
59+
main {
60+
jniLibs.srcDir 'libs'
61+
}
62+
}
63+
6464
}
6565

6666
dependencies {

0 commit comments

Comments
 (0)