We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7224004 commit e21e6c9Copy full SHA for e21e6c9
1 file changed
app/build.gradle
@@ -6,10 +6,10 @@ android {
6
7
defaultConfig {
8
applicationId = "eu.faircode.netguard"
9
- versionName = "2.167"
+ versionName = "2.168"
10
minSdkVersion 22
11
targetSdkVersion 27
12
- versionCode = 2018010501
+ versionCode = 2018011001
13
archivesBaseName = "NetGuard-v$versionName"
14
15
externalNativeBuild {
@@ -60,6 +60,7 @@ dependencies {
60
implementation 'com.google.firebase:firebase-core:11.6.0'
61
implementation 'com.google.firebase:firebase-ads:11.6.0'
62
63
+ // https://bumptech.github.io/glide/
64
implementation 'com.github.bumptech.glide:glide:4.4.0'
65
annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0'
66
}
0 commit comments