|
|
|
@ -30,14 +30,14 @@ android {
|
|
|
|
|
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
buildTypes {
|
|
|
|
debug {
|
|
|
|
debug {
|
|
|
|
manifestPlaceholders = [crashlyticsCollectionEnabled:"false"]
|
|
|
|
manifestPlaceholders = [firebaseCollectionEnabled:"false"]
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
release {
|
|
|
|
release {
|
|
|
|
signingConfig signingConfigs.signingconf
|
|
|
|
signingConfig signingConfigs.signingconf
|
|
|
|
minifyEnabled true
|
|
|
|
minifyEnabled true
|
|
|
|
shrinkResources true
|
|
|
|
shrinkResources true
|
|
|
|
manifestPlaceholders = [crashlyticsCollectionEnabled:"true"]
|
|
|
|
manifestPlaceholders = [firebaseCollectionEnabled:"true"]
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -68,6 +68,7 @@ dependencies {
|
|
|
|
implementation 'com.github.GrenderG:Toasty:1.5.0'
|
|
|
|
implementation 'com.github.GrenderG:Toasty:1.5.0'
|
|
|
|
implementation 'com.github.parse-community.Parse-SDK-Android:parse:1.26.0'
|
|
|
|
implementation 'com.github.parse-community.Parse-SDK-Android:parse:1.26.0'
|
|
|
|
implementation 'com.google.android.material:material:1.6.1'
|
|
|
|
implementation 'com.google.android.material:material:1.6.1'
|
|
|
|
|
|
|
|
implementation 'com.google.firebase:firebase-analytics-ktx' // BOM versioning
|
|
|
|
implementation 'com.google.firebase:firebase-crashlytics-ktx' // BOM versioning
|
|
|
|
implementation 'com.google.firebase:firebase-crashlytics-ktx' // BOM versioning
|
|
|
|
implementation 'com.itextpdf:itextpdf:5.5.13.2'
|
|
|
|
implementation 'com.itextpdf:itextpdf:5.5.13.2'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|