From 6e3da1e6b37f4df60ca5500dd152fb6bb9835505 Mon Sep 17 00:00:00 2001 From: Iscle Date: Sun, 30 May 2021 02:17:21 +0200 Subject: [PATCH] Update plugin versions Signed-off-by: Iscle --- .idea/gradle.xml | 1 + app/build.gradle | 10 +++++----- boat/build.gradle | 4 ++-- build.gradle | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 5645d981..fb217979 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -16,6 +16,7 @@ diff --git a/app/build.gradle b/app/build.gradle index 1062ac8a..c5844de0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: "androidx.navigation.safeargs" android { compileSdkVersion 30 - buildToolsVersion '30.0.2' + buildToolsVersion '30.0.3' signingConfigs { debug { @@ -48,7 +48,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar']) - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.github.MasayukiSuda:BubbleLayout:v1.2.1' @@ -58,10 +58,10 @@ dependencies { implementation 'org.apache.commons:commons-compress:1.20' implementation 'org.tukaani:xz:1.8' implementation 'androidx.viewpager2:viewpager2:1.0.0' - implementation 'androidx.navigation:navigation-fragment:2.3.2' - implementation 'androidx.navigation:navigation-ui:2.3.2' + implementation 'androidx.navigation:navigation-fragment:2.3.5' + implementation 'androidx.navigation:navigation-ui:2.3.5' implementation 'androidx.preference:preference:1.1.1' - implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.android.material:material:1.3.0' implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'com.google.guava:guava:30.0-android' implementation project(path: ':boat') diff --git a/boat/build.gradle b/boat/build.gradle index 232868e6..f22cac4b 100644 --- a/boat/build.gradle +++ b/boat/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 30 - buildToolsVersion '30.0.2' + buildToolsVersion '30.0.3' ndkVersion '21.3.6528147' defaultConfig { @@ -43,6 +43,6 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.code.gson:gson:2.8.6' } diff --git a/build.gradle b/build.gradle index c06a9e35..b93d2e1f 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.1.1' - classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.2' + classpath 'com.android.tools.build:gradle:4.1.3' + classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files