|
|
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
|
|
|
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
|
|
|
|
|
android {
|
|
|
- compileSdkVersion 27
|
|
|
+ compileSdkVersion 28
|
|
|
|
|
|
lintOptions {
|
|
|
disable 'InvalidPackage'
|
|
|
@@ -35,10 +35,10 @@ android {
|
|
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
|
|
applicationId "com.realank.example"
|
|
|
minSdkVersion 16
|
|
|
- targetSdkVersion 27
|
|
|
+ targetSdkVersion 28
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
versionName flutterVersionName
|
|
|
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
+ testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
|
}
|
|
|
|
|
|
buildTypes {
|
|
|
@@ -56,6 +56,6 @@ flutter {
|
|
|
|
|
|
dependencies {
|
|
|
testImplementation 'junit:junit:4.12'
|
|
|
- androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
|
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
+ androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
|
+ androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
|
|
|
}
|