From: Damyan Ivanov Date: Sun, 16 May 2021 05:45:20 +0000 (+0000) Subject: bimp gradle, sdk, build tools, jackson; jcentral→mavenCentral X-Git-Tag: v0.19.1~6 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=9da0686ec4eb7c9cd20bcdd99357b2b9dd697f5f bimp gradle, sdk, build tools, jackson; jcentral→mavenCentral --- 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