Commit 9e122e6a authored by Andrew Twyman's avatar Andrew Twyman

Upgrade Android example to expect latest SDK

parent 1734c72e
apply plugin: 'com.android.application'
android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
compileSdkVersion 22
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "com.dropbox.textsort"
minSdkVersion 15
targetSdkVersion 19
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment