OSDN Git Service

Update dependencies pie-x86 q-x86 r-x86
authorBraden Farmer <farmerbb@gmail.com>
Tue, 8 Jun 2021 06:03:10 +0000 (00:03 -0600)
committerBraden Farmer <farmerbb@gmail.com>
Tue, 8 Jun 2021 06:03:10 +0000 (00:03 -0600)
app/build.gradle
build.gradle
dependencies.gradle

index f7a02fb..c6227e1 100644 (file)
@@ -144,8 +144,7 @@ dependencies {
     implementation 'moe.banana:toast-compat:1.0.5'
     implementation group:'com.twofortyfouram', name:'android-plugin-api-for-locale', version:'[1.0.2,2.0['
 
-    testImplementation "com.google.truth:truth:1.1.2"
-    testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
+    testImplementation "com.google.truth:truth:1.1.3"
     testImplementation 'junit:junit:4.13.2'
     testImplementation 'androidx.test:core:1.3.0'
     testImplementation "org.robolectric:robolectric:4.5.1"
index cb60452..13539e4 100644 (file)
@@ -10,13 +10,13 @@ buildscript {
 
     dependencies {
         classpath "com.android.tools.build:gradle:${AGP_VERSION}"
-        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
+        classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10'
     }
 }
 
 plugins {
-    id 'se.patrikerdes.use-latest-versions' version '0.2.16'
-    id 'com.github.ben-manes.versions' version '0.38.0'
+    id 'se.patrikerdes.use-latest-versions' version '0.2.17'
+    id 'com.github.ben-manes.versions' version '0.39.0'
 }
 
 dependencyUpdates {
index 6c12bba..1286ed5 100644 (file)
@@ -17,6 +17,5 @@ allprojects {
         MATERIAL_VERSION = "1.3.0"
         POWERMOCK_VERSION = "2.0.9"
         AGP_VERSION = "4.2.1"
-        KOTLIN_VERSION = "1.5.0"
     }
 }