From d01d79fb557d52330ffad4f3c6ed9ef2d42e50e6 Mon Sep 17 00:00:00 2001 From: Eric Kok Date: Thu, 22 Apr 2021 23:32:10 +0200 Subject: [PATCH] Bump some base dependencies --- app/build.gradle | 9 ++++----- build.gradle | 9 +-------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3e302185..a8e44e4d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,13 +76,13 @@ android { } dependencies { -// Android support - implementation 'androidx.appcompat:appcompat:1.1.0' + // Android support + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.google.android.material:material:1.1.0' + implementation 'com.google.android.material:material:1.3.0' -// Other + // Other implementation 'org.androidannotations:androidannotations-api:4.7.0' implementation 'org.androidannotations:ormlite-api:4.7.0' implementation 'com.j256.ormlite:ormlite-core:5.1' @@ -93,7 +93,6 @@ dependencies { implementation 'com.github.aegnor:rencode-java:cb628e824e' implementation 'org.apache.openjpa:openjpa-lib:3.1.1' implementation 'net.iharder:base64:2.3.9' - //implementation 'fr.turri:aXMLRPC:1.12.0' implementation('com.github.afollestad.material-dialogs:core:0.9.6.0@aar') { transitive = true } diff --git a/build.gradle b/build.gradle index 253838a0..4941eb6e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,25 +1,18 @@ -// Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { repositories { google() - jcenter() maven { url "https://jitpack.io" } mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.0' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files + classpath 'com.android.tools.build:gradle:4.1.3' } } allprojects { repositories { google() - jcenter() maven { url "https://jitpack.io" } mavenCentral() }