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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {