Skip to content

Commit 0be260e

Browse files
Copilotriccardobl
andauthored
Target Android 11+ (API 30) with Java 11
Agent-Logs-Url: https://github.com/jMonkeyEngine/jmonkeyengine/sessions/89d6ac36-7802-42b9-bcf1-03c6108beeb7 Co-authored-by: riccardobl <4943530+riccardobl@users.noreply.github.com>
1 parent 9e4dda9 commit 0be260e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

jme3-android-examples/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212

1313
defaultConfig {
1414
applicationId "org.jmonkeyengine.jme3androidexamples"
15-
minSdk 21 // Android 5.0 LOLLIPOP
15+
minSdk 30 // Android 11 R
1616
targetSdk 34 // Android 14
1717
versionCode 1
1818
versionName "1.0" // TODO: from settings.gradle
@@ -26,8 +26,8 @@ android {
2626
}
2727

2828
compileOptions {
29-
sourceCompatibility JavaVersion.VERSION_1_8
30-
targetCompatibility JavaVersion.VERSION_1_8
29+
sourceCompatibility JavaVersion.VERSION_11
30+
targetCompatibility JavaVersion.VERSION_11
3131
}
3232

3333
sourceSets {

0 commit comments

Comments
 (0)