diff --git a/build/android/app/build.gradle b/build/android/app/build.gradle index 51143000..e2bed77b 100644 --- a/build/android/app/build.gradle +++ b/build/android/app/build.gradle @@ -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.+' } diff --git a/build/android/build.gradle b/build/android/build.gradle index 3a718e09..92b645d3 100644 --- a/build/android/build.gradle +++ b/build/android/build.gradle @@ -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' diff --git a/build/android/gradle/wrapper/gradle-wrapper.properties b/build/android/gradle/wrapper/gradle-wrapper.properties index 4517c8ed..0def0626 100644 --- a/build/android/gradle/wrapper/gradle-wrapper.properties +++ b/build/android/gradle/wrapper/gradle-wrapper.properties @@ -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