Updated libraries

This commit is contained in:
M66B 2018-03-11 12:33:09 +01:00
parent 2f4728abfc
commit c690080371
1 changed files with 9 additions and 9 deletions

View File

@ -6,10 +6,10 @@ android {
defaultConfig {
applicationId = "eu.faircode.netguard"
versionName = "2.186"
versionName = "2.187"
minSdkVersion 22
targetSdkVersion 27
versionCode = 2018022401
versionCode = 2018031101
archivesBaseName = "NetGuard-v$versionName"
externalNativeBuild {
@ -50,19 +50,19 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// https://developer.android.com/topic/libraries/support-library/revisions.html
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:recyclerview-v7:27.0.2'
implementation 'com.android.support:appcompat-v7:27.+'
implementation 'com.android.support:recyclerview-v7:27.+'
// https://developers.google.com/android/guides/setup
implementation 'com.google.android.gms:play-services-base:11.6.0'
implementation 'com.google.android.gms:play-services-base:11.8.0'
// https://firebase.google.com/docs/android/setup
implementation 'com.google.firebase:firebase-core:11.6.0'
implementation 'com.google.firebase:firebase-ads:11.6.0'
implementation 'com.google.firebase:firebase-core:11.8.0'
implementation 'com.google.firebase:firebase-ads:11.8.0'
// https://bumptech.github.io/glide/
implementation 'com.github.bumptech.glide:glide:4.4.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.4.0'
implementation 'com.github.bumptech.glide:glide:4.6.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.6.1'
}
apply plugin: 'com.google.gms.google-services'