Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle13
1 files changed, 9 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 46c25af3c..7d8429adc 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "it.niedermann.nextcloud.deck"
minSdkVersion 15
targetSdkVersion 29
- versionCode 19
- versionName "0.0.19"
+ versionCode 20
+ versionName "0.0.20"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {
@@ -61,8 +61,6 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
// Markdown
- implementation 'io.reactivex:rxandroid:1.2.1'
- implementation 'io.reactivex:rxjava:1.3.8'
implementation 'com.yydcdut:markdown-processor:0.1.3'
implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3'
implementation fileTree(include: ['*.jar'], dir: 'libs')
@@ -101,6 +99,13 @@ dependencies {
implementation "com.squareup.retrofit2:retrofit:$rootProject.retrofitVersion"
implementation "com.squareup.retrofit2:converter-gson:$rootProject.retrofitVersion"
+ // -----------------------
+ // --- Other libraries ---
+ // -----------------------
+
+ implementation 'androidx.multidex:multidex:2.0.1'
+
+
// -------------
// --- Tests ---
// -------------