|
|
|
|
@ -32,8 +32,6 @@ android {
|
|
|
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
|
debug {
|
|
|
|
|
minifyEnabled true
|
|
|
|
|
shrinkResources true
|
|
|
|
|
manifestPlaceholders = [crashlyticsCollectionEnabled:"false"]
|
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
|
|
}
|
|
|
|
|
@ -62,22 +60,22 @@ android {
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.3.0'
|
|
|
|
|
implementation 'androidx.cardview:cardview:1.0.0'
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.3.2'
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.6.0'
|
|
|
|
|
implementation "androidx.multidex:multidex:2.0.1"
|
|
|
|
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.4'
|
|
|
|
|
implementation 'androidx.navigation:navigation-ui-ktx:2.3.4'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.1.0'
|
|
|
|
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
|
|
|
|
|
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
|
|
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
|
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
|
|
|
|
implementation 'com.afollestad.material-dialogs:input:3.3.0'
|
|
|
|
|
implementation 'com.airbnb.android:lottie:3.6.0'
|
|
|
|
|
implementation 'com.airbnb.android:lottie:3.7.0'
|
|
|
|
|
implementation 'com.amitshekhar.android:android-networking:1.0.2'
|
|
|
|
|
implementation 'com.github.cyb3rko:about-icons:1.4.0'
|
|
|
|
|
implementation 'com.github.GrenderG:Toasty:1.5.0'
|
|
|
|
|
implementation "com.github.parse-community.Parse-SDK-Android:parse:1.26.0"
|
|
|
|
|
implementation 'com.google.android.material:material:1.3.0-alpha03'
|
|
|
|
|
implementation 'com.google.firebase:firebase-crashlytics-ktx:17.3.0'
|
|
|
|
|
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.1.0'
|
|
|
|
|
implementation 'com.itextpdf:itextpdf:5.5.13.2'
|
|
|
|
|
implementation "com.mikepenz:aboutlibraries:$about_libraries_version"
|
|
|
|
|
implementation "com.mikepenz:aboutlibraries-core:$about_libraries_version"
|
|
|
|
|
|