aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle18
1 files changed, 8 insertions, 10 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e7ffccd9..f21b0c23 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,13 +10,13 @@ buildscript {
}
android {
- compileSdkVersion 25
- buildToolsVersion "25.0.2"
+ compileSdkVersion 26
+ buildToolsVersion "26.0.2"
defaultConfig {
applicationId "jp.rhe.smileessence3"
minSdkVersion 21
- targetSdkVersion 25
+ targetSdkVersion 26
versionName "git -C ${rootDir} describe --tags --long --dirty --always".execute().text.trim()
versionCode "git -C ${rootDir} rev-list HEAD --count".execute().text.trim().toInteger()
@@ -62,11 +62,12 @@ android {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
- compile 'com.android.support:support-v4:25.+'
- compile 'com.android.support:support-v13:25.+'
+ //compile 'com.android.support:support-v4:26.1.0'
+ compile 'com.android.support:support-core-ui:26.1.0'
+ compile 'com.android.support:support-v13:26.1.0'
- // Anko
- compile "org.jetbrains.anko:anko:$anko_version"
+ // Anko; not using Anko Layouts and Anko SQLite for now
+ compile "org.jetbrains.anko:anko-commons:$anko_version"
// volley
compile 'com.android.volley:volley:1.0.0'
@@ -97,6 +98,3 @@ dependencies {
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
release2Compile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
}
-repositories {
- mavenCentral()
-} \ No newline at end of file