Skip to content

Commit 9603d2a

Browse files
compile sample viewer with SDK 36 (#328)
1 parent 51f777e commit 9603d2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ if (flutterVersionName == null) {
2424

2525
android {
2626
namespace "com.esri.arcgis_maps_sdk_flutter_samples"
27-
compileSdkVersion flutter.compileSdkVersion
27+
compileSdkVersion 36
2828
ndkVersion "27.0.12077973"
2929

3030
compileOptions {
31-
sourceCompatibility JavaVersion.VERSION_1_8
32-
targetCompatibility JavaVersion.VERSION_1_8
31+
sourceCompatibility JavaVersion.VERSION_11
32+
targetCompatibility JavaVersion.VERSION_11
3333
}
3434

3535
kotlinOptions {
36-
jvmTarget = '1.8'
36+
jvmTarget = '11'
3737
}
3838

3939
sourceSets {

0 commit comments

Comments
 (0)