2.147 release

This commit is contained in:
M66B 2017-10-28 16:08:19 +02:00
parent 6b625e5634
commit a300bf0bf7
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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