Android: update dependencies

master
Maksim 2020-12-02 22:28:15 +01:00
parent ec8ce5d3f7
commit be92607581
3 changed files with 7 additions and 8 deletions

View File

@ -8,7 +8,7 @@ android {
minSdkVersion 16
//noinspection OldTargetApi
targetSdkVersion 29
versionCode 113
versionCode 116
versionName "1.14.0"
multiDexEnabled true
}
@ -62,6 +62,8 @@ dependencies {
implementation project(':native')
/* Third-party libraries */
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat-resources:1.2.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.preference:preference:1.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.20'
@ -75,8 +77,5 @@ dependencies {
/* Analytics libraries */
//noinspection GradleDynamicVersion
/*implementation('com.bugsnag:bugsnag-android:5.+') {
exclude group: 'com.bugsnag', module: 'bugsnag-plugin-android-anr'
exclude group: 'com.bugsnag', module: 'bugsnag-plugin-android-ndk'
}*/
//implementation 'com.bugsnag:bugsnag-android-core:5.+'
}

View File

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
//noinspection GradleDynamicVersion
/*classpath 'com.bugsnag:bugsnag-android-gradle-plugin:5.+'*/
classpath 'de.undercouch:gradle-download-task:4.1.1'

View File

@ -1,6 +1,6 @@
#Sun Oct 19 23:25:10 CEST 2020
#Wed Dec 02 22:19:11 CET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists