Build using Android SDK 24.

This commit is contained in:
Jean-Philip Desjardins 2016-11-21 22:47:32 -05:00
parent 22b7da30cf
commit 9e595a1867

View File

@ -44,14 +44,14 @@ android {
mavenCentral()
}
compileSdkVersion 'android-23'
compileSdkVersion 'android-24'
buildToolsVersion '24.0.3'
defaultConfig {
versionCode 33
versionName '0.30'
minSdkVersion 19
targetSdkVersion 23
targetSdkVersion 24
}
dependencies {