Enabled Lollipop compatibility.

This commit is contained in:
Erik C. Thauvin 2016-08-28 12:28:11 -07:00
parent 2283c42046
commit 362f58b19c

View file

@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "net.thauvin.erik.android.tesremoteprogrammer" applicationId "net.thauvin.erik.android.tesremoteprogrammer"
minSdkVersion 23 minSdkVersion 21
targetSdkVersion 24 targetSdkVersion 24
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
@ -38,7 +38,6 @@ dependencies {
compile 'com.android.support:design:24.1.1' compile 'com.android.support:design:24.1.1'
compile group: 'com.google.code.gson', name: 'gson', version: '2.7' compile group: 'com.google.code.gson', name: 'gson', version: '2.7'
// https://github.com/JakeWharton/ViewPagerIndicator // https://github.com/JakeWharton/ViewPagerIndicator
compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar' compile 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'