Skip to content

Commit bf6edfc

Browse files
compile toolkit example app with SDK 36 (#62)
1 parent 256cd9d commit bf6edfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
android {
99
namespace = "com.esri.arcgis_maps_toolkit_example"
10-
compileSdk = flutter.compileSdkVersion
10+
compileSdk = 36
1111
ndkVersion = "27.0.12077973"
1212

1313
compileOptions {

0 commit comments

Comments
 (0)