mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-03 13:54:09 +00:00
2.168 release
This commit is contained in:
parent
72240041db
commit
e21e6c9c3e
1 changed files with 3 additions and 2 deletions
|
@ -6,10 +6,10 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "eu.faircode.netguard"
|
applicationId = "eu.faircode.netguard"
|
||||||
versionName = "2.167"
|
versionName = "2.168"
|
||||||
minSdkVersion 22
|
minSdkVersion 22
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
versionCode = 2018010501
|
versionCode = 2018011001
|
||||||
archivesBaseName = "NetGuard-v$versionName"
|
archivesBaseName = "NetGuard-v$versionName"
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
@ -60,6 +60,7 @@ dependencies {
|
||||||
implementation 'com.google.firebase:firebase-core:11.6.0'
|
implementation 'com.google.firebase:firebase-core:11.6.0'
|
||||||
implementation 'com.google.firebase:firebase-ads:11.6.0'
|
implementation 'com.google.firebase:firebase-ads:11.6.0'
|
||||||
|
|
||||||
|
// https://bumptech.github.io/glide/
|
||||||
implementation 'com.github.bumptech.glide:glide:4.4.0'
|
implementation 'com.github.bumptech.glide:glide:4.4.0'
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue