Explorar o código

Merge branch 'master' of http://git.ius.plus:88/Project-Vital/VitalApp

gavin.chen hai 1 ano
pai
achega
3d318a48ef
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      android/app/build.gradle

+ 2 - 1
android/app/build.gradle

@@ -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' 
 }