Skip to content

Commit 15bc73a

Browse files
committed
fix: Removed Android folder to fix build errors
1 parent d302d01 commit 15bc73a

File tree

8 files changed

+2
-81
lines changed

8 files changed

+2
-81
lines changed

android/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

android/build.gradle

Lines changed: 0 additions & 34 deletions
This file was deleted.

android/gradle.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

android/settings.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

android/src/main/java/de/luisthein/apple_maps_flutter/AppleMapsFlutterPlugin.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 30
28+
compileSdkVersion 31
2929

3030
defaultConfig {
3131
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3232
applicationId "de.luisthein.apple_maps_flutter_example"
3333
minSdkVersion 16
34-
targetSdkVersion 30
34+
targetSdkVersion 31
3535
versionCode flutterVersionCode.toInteger()
3636
versionName flutterVersionName
3737
}

0 commit comments

Comments
 (0)