File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
defaultConfig {
36
36
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
37
37
applicationId " dev.danvickmiller.formbuildervalidators.example"
38
- minSdkVersion 16
38
+ minSdkVersion flutter . minSdkVersion
39
39
targetSdkVersion 30
40
40
versionCode flutterVersionCode. toInteger()
41
41
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.1.0 '
9
+ classpath ' com.android.tools.build:gradle:4.2.2 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
@@ -26,6 +26,6 @@ subprojects {
26
26
project. evaluationDependsOn(' :app' )
27
27
}
28
28
29
- task clean ( type : Delete ) {
29
+ tasks . register( " clean " , Delete ) {
30
30
delete rootProject. buildDir
31
31
}
You can’t perform that action at this time.
0 commit comments