|
|
@@ -4,7 +4,7 @@ android { |
|
|
|
compileSdkVersion 29 |
|
|
|
buildToolsVersion "29.0.3" |
|
|
|
defaultConfig { |
|
|
|
minSdkVersion 19 |
|
|
|
minSdkVersion 21 |
|
|
|
targetSdkVersion 29 |
|
|
|
versionCode 377 |
|
|
|
versionName "2.37.0-beta-1" |
|
|
@@ -106,13 +106,13 @@ task gitPushReleaseNotes(type: Exec, dependsOn: 'copyAllReleaseNotes') { |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
implementation 'androidx.appcompat:appcompat:1.1.0' |
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0' |
|
|
|
implementation 'com.google.android.material:material:1.0.0' |
|
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0' |
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0' |
|
|
|
implementation 'androidx.browser:browser:1.2.0' |
|
|
|
implementation 'androidx.exifinterface:exifinterface:1.1.0' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.0.2' |
|
|
|
implementation 'androidx.browser:browser:1.3.0' |
|
|
|
implementation 'androidx.exifinterface:exifinterface:1.3.2' |
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.4' |
|
|
|
implementation "com.github.bumptech.glide:glide:4.11.0" |
|
|
|
implementation ("com.github.bumptech.glide:recyclerview-integration:4.11.0") { |
|
|
|
// Excludes the support library because it's already included by Glide. |
|
|
@@ -130,7 +130,7 @@ dependencies { |
|
|
|
implementation 'com.github.stom79:SparkButton:1.0.13' |
|
|
|
implementation "com.koushikdutta.async:androidasync:2.+" |
|
|
|
implementation 'com.oguzdev:CircularFloatingActionMenu:1.0.2' |
|
|
|
implementation 'com.github.franmontiel:LocaleChanger:0.9.2' |
|
|
|
implementation 'com.github.franmontiel:LocaleChanger:0.9.2' implementation 'com.google.android.material:material:1.2.1' |
|
|
|
implementation 'com.github.GrenderG:Toasty:1.4.2' |
|
|
|
implementation 'com.elconfidencial.bubbleshowcase:bubbleshowcase:1.3.1' |
|
|
|
implementation 'androidx.multidex:multidex:2.0.1' |
|
|
|