Revert "quit features replaced by stop; gradle upgraded; i2pd version name updated at build.gradle"

This commit is contained in:
orignal
2018-02-07 14:08:22 -05:00
committed by GitHub
parent e5fdced4ac
commit 31df49a884
7 changed files with 50 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:2.1.2'
}
}
@@ -18,7 +18,7 @@ android {
targetSdkVersion 25
minSdkVersion 14
versionCode 1
versionName "2.18.0"
versionName "2.17.1"
}
sourceSets {
main {