File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
add_to_app/android_view/android_view Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212
1313 defaultConfig {
1414 applicationId " dev.flutter.example.androidView"
15- minSdkVersion 21
15+ minSdkVersion 24
1616 targetSdk 36
1717 versionCode 1
1818 versionName " 1.0"
@@ -55,4 +55,4 @@ dependencies {
5555 testImplementation ' junit:junit:4.+'
5656 androidTestImplementation ' androidx.test.ext:junit:1.2.1'
5757 androidTestImplementation ' androidx.test.espresso:espresso-core:3.6.1'
58- }
58+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:8.9.0 '
9+ classpath ' com.android.tools.build:gradle:8.9.1 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111
1212 // NOTE: Do not place your application dependencies here; they belong
@@ -23,4 +23,4 @@ allprojects {
2323
2424tasks. register(' clean' , Delete ) {
2525 delete rootProject. buildDir
26- }
26+ }
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ include ':app'
33setBinding(new Binding ([gradle : this ]))
44evaluate(new File (
55 settingsDir. parentFile,
6- ' flutter_module_using_plugin /.android/include_flutter.groovy'
6+ ' flutter_module_using_plugin_android_view /.android/include_flutter.groovy'
77))
You can’t perform that action at this time.
0 commit comments