|
@ -14,8 +14,8 @@ android { |
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
applicationId "gr.thmmy.mthmmy" |
|
|
minSdkVersion 19 |
|
|
minSdkVersion 19 |
|
|
targetSdkVersion 29 |
|
|
targetSdkVersion 29 |
|
|
versionCode 22 |
|
|
versionCode 23 |
|
|
versionName "1.7.4" |
|
|
versionName "1.8.0" |
|
|
archivesBaseName = "mTHMMY-v$versionName" |
|
|
archivesBaseName = "mTHMMY-v$versionName" |
|
|
buildConfigField "String", "CURRENT_BRANCH", "\"" + getCurrentBranch() + "\"" |
|
|
buildConfigField "String", "CURRENT_BRANCH", "\"" + getCurrentBranch() + "\"" |
|
|
buildConfigField "String", "COMMIT_HASH", "\"" + getCommitHash() + "\"" |
|
|
buildConfigField "String", "COMMIT_HASH", "\"" + getCommitHash() + "\"" |
|
@ -84,8 +84,8 @@ dependencies { |
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' |
|
|
implementation 'androidx.exifinterface:exifinterface:1.2.0' |
|
|
implementation 'androidx.exifinterface:exifinterface:1.2.0' |
|
|
implementation 'com.google.android.material:material:1.1.0' |
|
|
implementation 'com.google.android.material:material:1.1.0' |
|
|
implementation 'com.google.firebase:firebase-analytics:17.4.1' |
|
|
implementation 'com.google.firebase:firebase-analytics:17.4.2' |
|
|
implementation 'com.google.firebase:firebase-messaging:20.1.7' |
|
|
implementation 'com.google.firebase:firebase-messaging:20.2.0' |
|
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' |
|
|
implementation 'com.crashlytics.sdk.android:crashlytics:2.10.1' |
|
|
implementation 'com.snatik:storage:2.1.0' |
|
|
implementation 'com.snatik:storage:2.1.0' |
|
|
implementation 'com.squareup.okhttp3:okhttp:3.12.12' //TODO: Warning: okhttp has dropped support for Android v.19 since okhttp 3.13! |
|
|
implementation 'com.squareup.okhttp3:okhttp:3.12.12' //TODO: Warning: okhttp has dropped support for Android v.19 since okhttp 3.13! |
|
@ -106,7 +106,7 @@ dependencies { |
|
|
implementation 'ru.noties:markwon:2.0.2' |
|
|
implementation 'ru.noties:markwon:2.0.2' |
|
|
implementation 'net.gotev:uploadservice:3.5.2' |
|
|
implementation 'net.gotev:uploadservice:3.5.2' |
|
|
implementation 'net.gotev:uploadservice-okhttp:3.4.2' //TODO: Warning: v.3.5 depends on okhttp 3.13! |
|
|
implementation 'net.gotev:uploadservice-okhttp:3.4.2' //TODO: Warning: v.3.5 depends on okhttp 3.13! |
|
|
implementation 'com.itkacher.okhttpprofiler:okhttpprofiler:1.0.5' //Plugin: https://plugins.jetbrains.com/plugin/11249-okhttp-profiler |
|
|
implementation 'com.itkacher.okhttpprofiler:okhttpprofiler:1.0.7' //Plugin: https://plugins.jetbrains.com/plugin/11249-okhttp-profiler |
|
|
implementation 'com.github.bumptech.glide:glide:4.11.0' |
|
|
implementation 'com.github.bumptech.glide:glide:4.11.0' |
|
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' |
|
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' |
|
|
testImplementation 'junit:junit:4.12' |
|
|
testImplementation 'junit:junit:4.12' |
|
|