From daf2a8a5e2819c9e77799b14d2da99660cb26058 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 12 Jul 2020 18:40:10 +0200 Subject: [PATCH] test --- app/build.gradle | 6 ++-- app/src/lite/AndroidManifest.xml | 9 +++--- app/src/main/ic_launcher_lite-playstore.png | Bin 17228 -> 18683 bytes .../drawable/ic_launcher_lite_foreground.xml | 26 +++++++++++------- .../res/layout-sw600dp/activity_about.xml | 3 +- .../main/res/mipmap-hdpi/ic_launcher_lite.png | Bin 2033 -> 2082 bytes .../mipmap-hdpi/ic_launcher_lite_round.png | Bin 3908 -> 4023 bytes .../main/res/mipmap-mdpi/ic_launcher_lite.png | Bin 1385 -> 1453 bytes .../mipmap-mdpi/ic_launcher_lite_round.png | Bin 2477 -> 2551 bytes .../res/mipmap-xhdpi/ic_launcher_lite.png | Bin 2690 -> 2771 bytes .../mipmap-xhdpi/ic_launcher_lite_round.png | Bin 5416 -> 5555 bytes .../res/mipmap-xxhdpi/ic_launcher_lite.png | Bin 4127 -> 4268 bytes .../mipmap-xxhdpi/ic_launcher_lite_round.png | Bin 8542 -> 8681 bytes .../res/mipmap-xxxhdpi/ic_launcher_lite.png | Bin 5627 -> 5898 bytes .../mipmap-xxxhdpi/ic_launcher_lite_round.png | Bin 12050 -> 12409 bytes app/src/main/res/values/strings.xml | 2 ++ 16 files changed, 29 insertions(+), 17 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cbe22f23d..b3dc7acc8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,6 +41,7 @@ android { buildConfigField "boolean", "lite", "false" } lite { + minSdkVersion 21 applicationId "app.fedilab.lite" buildConfigField "boolean", "DONATIONS", "true" buildConfigField "boolean", "lite", "true" @@ -130,6 +131,7 @@ dependencies { implementation "ch.acra:acra-notification:5.5.0" implementation 'com.github.duanhong169:colorpicker:1.1.6' implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.2.0' + implementation 'com.github.stom79:Android-WYSIWYG-Editor:3.2.1' implementation 'com.github.smarteist:autoimageslider:1.3.2' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.2' @@ -144,7 +146,7 @@ dependencies { playstoreImplementation 'com.github.stom79:country-picker-android:1.2.0' playstoreImplementation 'com.vanniktech:emoji-one:0.6.0' playstoreImplementation 'ja.burhanrashid52:photoeditor:0.4.0' - playstoreImplementation 'com.github.stom79:Android-WYSIWYG-Editor:3.2.1' + //Fdroid fdroidImplementation "org.conscrypt:conscrypt-android:2.4.0" @@ -152,5 +154,5 @@ dependencies { fdroidImplementation 'com.github.stom79:country-picker-android:1.2.0' fdroidImplementation 'com.vanniktech:emoji-one:0.6.0' fdroidImplementation 'ja.burhanrashid52:photoeditor:0.4.0' - fdroidImplementation 'com.github.stom79:Android-WYSIWYG-Editor:3.2.1' + } diff --git a/app/src/lite/AndroidManifest.xml b/app/src/lite/AndroidManifest.xml index c3f41fc6d..93c0001f4 100644 --- a/app/src/lite/AndroidManifest.xml +++ b/app/src/lite/AndroidManifest.xml @@ -1,5 +1,5 @@