]> git.proxmox.com Git - flutter/pve_flutter_frontend.git/commitdiff
android: update dependencies, mostly test/dev ones
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Dec 2021 07:39:24 +0000 (08:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Dec 2021 07:39:24 +0000 (08:39 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
android/app/build.gradle
android/build.gradle

index 0077ce464cbd4ccd9de839649e67c7bb288cc9d1..505e99e597095295fc199ed08cd576646cb25b6c 100644 (file)
@@ -72,10 +72,10 @@ flutter {
 }
 
 dependencies {
-    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
-    testImplementation 'junit:junit:4.12'
-    androidTestImplementation 'androidx.test:runner:1.1.1'
-    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
+    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
+    testImplementation 'junit:junit:4.13.2'
+    androidTestImplementation 'androidx.test:runner:1.4.0'
+    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
     implementation 'androidx.core:core-ktx:1.7.0'
     implementation 'androidx.core:core-splashscreen:1.0.0-alpha02'
 
index 42499aec8d434b8fa1504381f10d672e9c123bed..dfc4048dfb527b3cbbd8aa30b99f59bf3cfb936a 100644 (file)
@@ -9,7 +9,7 @@ buildscript {
     }
 
     dependencies {
-        classpath 'com.android.tools.build:gradle:7.0.3'
+        classpath 'com.android.tools.build:gradle:7.0.4'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
     }
 }