Android 3.0 upgrade

This commit is contained in:
Erik C. Thauvin 2017-10-27 12:35:40 -07:00
parent 0518af8ff8
commit 0d3a7b4a2e
4 changed files with 11 additions and 16 deletions

View file

@ -5,7 +5,7 @@ apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 26
buildToolsVersion "26.0.1"
buildToolsVersion "26.0.2"
defaultConfig {
applicationId "net.thauvin.erik.android.tesremoteprogrammer"
@ -31,14 +31,10 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v13:26.0.1'
compile 'com.android.support:appcompat-v7:26.0.1'
compile 'com.android.support:support-v13:26.1.0'
compile 'com.android.support:appcompat-v7:26.1.0'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile 'org.jetbrains.anko:anko-sdk23:0.10.1'
compile 'org.jetbrains.anko:anko-appcompat-v7:0.10.1'
compile 'org.jetbrains.anko:anko-support-v4:0.10.1'
compile 'org.jetbrains.anko:anko-design:0.10.1'
compile 'com.android.support:design:26.0.1'
compile 'com.android.support:design:26.1.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.2'
// https://github.com/JakeWharton/ViewPagerIndicator
@ -58,6 +54,8 @@ dependencies {
//compile 'com.github.daniel-stoneuk:material-about-library:2.2.1'
compile 'com.android.support:animated-vector-drawable:26.0.1'
compile 'com.android.support:cardview-v7:26.0.1'
compile 'com.android.support:animated-vector-drawable:26.1.0'
compile 'com.android.support:cardview-v7:26.1.0'
// https://github.com/ACRA/acra
compile 'ch.acra:acra:4.9.2'