|
@@ -49,7 +49,7 @@ android {
|
|
|
// You can update the following values to match your application needs.
|
|
|
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
|
|
|
minSdkVersion 21
|
|
|
- targetSdkVersion flutter.targetSdkVersion
|
|
|
+ targetSdkVersion 30
|
|
|
versionCode flutterVersionCode.toInteger()
|
|
|
versionName flutterVersionName
|
|
|
}
|
|
@@ -74,4 +74,5 @@ flutter {
|
|
|
dependencies {
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
|
|
|
+ implementation 'androidx.work:work-runtime:2.7.1'
|
|
|
}
|