From 9da0686ec4eb7c9cd20bcdd99357b2b9dd697f5f Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 16 May 2021 05:45:20 +0000 Subject: [PATCH] =?utf8?q?bimp=20gradle,=20sdk,=20build=20tools,=20jackson?= =?utf8?q?;=20jcentral=E2=86=92mavenCentral?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 10 +++++----- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b14cd3be..28f9bcdf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,11 +18,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 29 + compileSdkVersion 30 defaultConfig { applicationId "net.ktnx.mobileledger" minSdkVersion 22 - targetSdkVersion 29 + targetSdkVersion 30 vectorDrawables.useSupportLibrary true versionCode 41 versionName '0.19.0' @@ -54,7 +54,6 @@ android { } } sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } } - buildToolsVersion '29.0.3' compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 @@ -62,6 +61,7 @@ android { productFlavors { } buildFeatures.viewBinding = true + buildToolsVersion '30.0.3' } dependencies { @@ -80,8 +80,8 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0-alpha06' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0-alpha06' - implementation 'org.jetbrains:annotations:15.0' - implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.12.2' + implementation 'org.jetbrains:annotations:20.1.0' + implementation 'com.fasterxml.jackson.module:jackson-modules-java8:2.12.3' implementation "androidx.navigation:navigation-fragment:$nav_version" implementation "androidx.navigation:navigation-ui:$nav_version" implementation 'androidx.appcompat:appcompat:1.3.0-rc01' diff --git a/build.gradle b/build.gradle index 159e474e..38a6fe30 100644 --- a/build.gradle +++ b/build.gradle @@ -21,10 +21,10 @@ buildscript { repositories { google() - jcenter() + mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.3' + classpath 'com.android.tools.build:gradle:4.2.0' // NOTE: Do not place your application dependencies here; they belong @@ -35,7 +35,7 @@ buildscript { allprojects { repositories { google() - jcenter() + mavenCentral() } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index abfef5b6..f498716b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip -- 2.39.2