]> git.ktnx.net Git - mobile-ledger.git/commitdiff
bimp gradle, sdk, build tools, jackson; jcentral→mavenCentral
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 16 May 2021 05:45:20 +0000 (05:45 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 16 May 2021 05:45:20 +0000 (05:45 +0000)
app/build.gradle
build.gradle
gradle/wrapper/gradle-wrapper.properties

index b14cd3beb27a1c994e9e1def38568c61306e8848..28f9bcdf9a8a627aca368868bc25a7b8b4cc9809 100644 (file)
 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'
index 159e474e3c49c1d1b0367ecf13ba4f7848ad2fbe..38a6fe305905272bf9d367a7367f1aa7e3d1b758 100644 (file)
@@ -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()
     }
 }
 
index abfef5b6074b3949ba10567801eb48be27c5ccdd..f498716b220cb60659245878993efef0eb0cc2fd 100644 (file)
@@ -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