update sdk and libs
This commit is contained in:
parent
af8216dd05
commit
faaee235a2
3 changed files with 19 additions and 16 deletions
|
@ -1,8 +1,8 @@
|
||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 26
|
compileSdkVersion 27
|
||||||
buildToolsVersion '26.0.1'
|
buildToolsVersion '27.0.1'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release
|
release
|
||||||
|
@ -11,7 +11,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.emunix.unipatcher"
|
applicationId "org.emunix.unipatcher"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 26
|
targetSdkVersion 27
|
||||||
versionCode 140200
|
versionCode 140200
|
||||||
versionName "0.14.2"
|
versionName "0.14.2"
|
||||||
vectorDrawables.useSupportLibrary = true
|
vectorDrawables.useSupportLibrary = true
|
||||||
|
@ -35,6 +35,8 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
flavorDimensions "default"
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
free {
|
free {
|
||||||
buildConfigField "String", "RATE_URL", "\"https://github.com/btimofeev/UniPatcher\""
|
buildConfigField "String", "RATE_URL", "\"https://github.com/btimofeev/UniPatcher\""
|
||||||
|
@ -107,18 +109,18 @@ if (propFile.canRead()) {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
testCompile 'org.mockito:mockito-core:2.8.47'
|
testCompile 'org.mockito:mockito-core:2.12.0'
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile 'com.android.support:support-v4:26.0.2'
|
compile 'com.android.support:support-v4:27.0.2'
|
||||||
compile 'com.android.support:appcompat-v7:26.0.2'
|
compile 'com.android.support:appcompat-v7:27.0.2'
|
||||||
compile 'com.android.support:cardview-v7:26.0.2'
|
compile 'com.android.support:cardview-v7:27.0.2'
|
||||||
compile 'com.android.support:preference-v14:26.0.2'
|
compile 'com.android.support:preference-v14:27.0.2'
|
||||||
compile 'com.android.support:recyclerview-v7:26.0.2'
|
compile 'com.android.support:recyclerview-v7:27.0.2'
|
||||||
compile 'com.android.support:design:26.0.2'
|
compile 'com.android.support:design:27.0.2'
|
||||||
compile 'com.android.support:support-v13:26.0.2' // used in material-dialogs
|
compile 'com.android.support:support-v13:27.0.2' // used in material-dialogs
|
||||||
compile 'commons-io:commons-io:2.5'
|
compile 'commons-io:commons-io:2.5'
|
||||||
compile 'org.sufficientlysecure:donations:2.5'
|
compile 'org.sufficientlysecure:donations:2.5'
|
||||||
compile 'org.sufficientlysecure:html-textview:3.4'
|
compile 'org.sufficientlysecure:html-textview:3.5'
|
||||||
compile 'org.commonjava.googlecode.markdown4j:markdown4j:2.2-cj-1.1'
|
compile 'org.commonjava.googlecode.markdown4j:markdown4j:2.2-cj-1.1'
|
||||||
compile 'com.afollestad.material-dialogs:core:0.9.4.7'
|
compile 'com.afollestad.material-dialogs:core:0.9.6.0'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Mon Mar 06 09:11:34 MSK 2017
|
#Thu Nov 30 21:13:08 MSK 2017
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue