File tree 4 files changed +6
-11
lines changed
4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.1.2 '
11
+ classpath ' com.android.tools.build:gradle:3.2.1 '
12
12
}
13
13
}
14
14
@@ -21,8 +21,7 @@ allprojects {
21
21
apply plugin : ' com.android.library'
22
22
23
23
android {
24
- compileSdkVersion 25
25
- buildToolsVersion ' 27.0.3'
24
+ compileSdkVersion 27
26
25
27
26
defaultConfig {
28
27
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -16,15 +16,13 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
16
16
17
17
android {
18
18
compileSdkVersion 27
19
- buildToolsVersion ' 27.0.3'
20
19
21
20
lintOptions {
22
21
disable ' InvalidPackage'
23
22
}
24
23
25
24
defaultConfig {
26
25
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
27
-
28
26
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
29
27
applicationId " com.yourcompany.flutter_webview_plugin_example"
30
28
}
@@ -43,7 +41,7 @@ flutter {
43
41
}
44
42
45
43
dependencies {
46
- androidTestCompile ' com.android.support:support-annotations:25 .0.0'
47
- androidTestCompile ' com.android.support.test:runner:0.5 '
48
- androidTestCompile ' com.android.support.test:rules:0.5 '
44
+ androidTestImplementation ' com.android.support:support-annotations:27 .0.0'
45
+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
46
+ androidTestImplementation ' com.android.support.test:rules:1.0.2 '
49
47
}
Original file line number Diff line number Diff line change 3
3
android : versionCode =" 1"
4
4
android : versionName =" 0.0.1" >
5
5
6
- <uses-sdk android : minSdkVersion =" 16" android : targetSdkVersion =" 21" />
7
-
8
6
<!-- The INTERNET permission is required for development. Specifically,
9
7
flutter needs it to communicate with the running application
10
8
to allow setting breakpoints, to provide hot reload, etc.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.1 .1'
11
+ classpath ' com.android.tools.build:gradle:3.2 .1'
12
12
}
13
13
}
14
14
You can’t perform that action at this time.
0 commit comments