summaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle34
1 files changed, 21 insertions, 13 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b6d2ba5b4..4b7a6f126 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -4,10 +4,10 @@ android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
- minSdkVersion 16
+ minSdkVersion 18
targetSdkVersion 28
- versionCode 277
- versionName "2.3.1"
+ versionCode 288
+ versionName "2.8.1"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
@@ -63,20 +63,22 @@ ext.guavaLibraryVersion = '24.1-android'
ext.photoViewLibraryVersion = '2.1.3'
ext.swipebackLibraryVersion = '1.0.3'
ext.ratethisappLibraryVersion = '1.2.0'
-ext.uploadServiceVersion = "3.4.2"
+ext.uploadServiceVersion = "3.5.2"
ext.torrentstreamVersion = "2.5.0"
+ext.netCipherVersion = "2.0.0-alpha1"
dependencies {
- implementation "com.android.support:appcompat-v7:$supportLibraryVersion"
- implementation "com.android.support:design:$supportLibraryVersion"
- implementation "com.android.support:support-v4:$supportLibraryVersion"
- implementation "com.android.support:recyclerview-v7:$supportLibraryVersion"
- implementation "com.android.support:customtabs:$supportLibraryVersion"
- implementation "com.android.support:exifinterface:$supportLibraryVersion"
- implementation 'com.android.support.constraint:constraint-layout:1.1.3'
+ implementation 'androidx.appcompat:appcompat:1.0.2'
+ implementation 'com.google.android.material:material:1.0.0'
+ implementation 'androidx.legacy:legacy-support-v4:1.0.0'
+ implementation 'androidx.recyclerview:recyclerview:1.0.0'
+ implementation 'androidx.browser:browser:1.0.0'
+ implementation 'androidx.exifinterface:exifinterface:1.0.0'
+ implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "com.github.bumptech.glide:glide:$glideLibraryVersion"
annotationProcessor "com.github.bumptech.glide:compiler:$glideLibraryVersion"
+ annotationProcessor 'com.android.support:support-annotations:28.0.0'
implementation "org.conscrypt:conscrypt-android:$conscryptLibraryVersion"
implementation "com.evernote:android-job:$evernoteLibraryVersion"
implementation "com.google.code.gson:gson:$gsonLibraryVersion"
@@ -92,9 +94,8 @@ dependencies {
implementation 'com.github.franmontiel:LocaleChanger:0.9.2'
implementation 'com.github.GrenderG:Toasty:1.3.1'
implementation 'com.elconfidencial.bubbleshowcase:bubbleshowcase:1.3.1'
- implementation 'com.android.support:multidex:1.0.3'
+ implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.google.android.exoplayer:exoplayer:2.9.3'
- implementation 'com.github.stom79:android-upload-service:3.4.2-Mastalab'
implementation 'org.apache.poi:poi:3.16'
implementation 'com.github.mabbas007:TagsEditText:1.0.5'
implementation 'com.jaredrummler:material-spinner:1.3.1'
@@ -104,4 +105,11 @@ dependencies {
playstoreImplementation "io.github.kobakei:ratethisapp:$ratethisappLibraryVersion"
implementation 'ja.burhanrashid52:photoeditor:0.3.3'
implementation 'com.github.yalantis:ucrop:2.2.3'
+
+ implementation "net.gotev:uploadservice:$uploadServiceVersion"
+ implementation "net.gotev:uploadservice-okhttp:$uploadServiceVersion"
+ implementation "info.guardianproject.netcipher:netcipher:$netCipherVersion"
+ implementation "info.guardianproject.netcipher:netcipher-okhttp3:$netCipherVersion"
+
+ implementation 'com.github.adrielcafe:AndroidAudioRecorder:0.3.0'
}