diff --git a/app/build.gradle b/app/build.gradle index 5aef165c..212b034a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,10 +6,10 @@ android { defaultConfig { applicationId = "eu.faircode.netguard" - versionName = "2.146" + versionName = "2.147" minSdkVersion 21 targetSdkVersion 27 - versionCode = 2017102702 + versionCode = 2017102801 archivesBaseName = "NetGuard-v$versionName" externalNativeBuild { diff --git a/build.gradle b/build.gradle index 277d555b..1338cee3 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ buildscript { // http://tools.android.com/tech-docs/new-build-system/gradle-experimental // https://bintray.com/android/android-tools/com.android.tools.build.gradle-experimental/view // https://bintray.com/android/android-tools/com.google.gms.google-services/view - classpath 'com.android.tools.build:gradle:3.0.0' - classpath 'com.google.gms:google-services:3.1.0' + classpath 'com.android.tools.build:gradle:3.0.+' + classpath 'com.google.gms:google-services:3.1.+' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files