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

Upgrade Android example to expect latest SDK

parent 1734c72e
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 19 compileSdkVersion 22
buildToolsVersion "19.1.0" buildToolsVersion "22.0.1"
defaultConfig { defaultConfig {
applicationId "com.dropbox.textsort" applicationId "com.dropbox.textsort"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 19 targetSdkVersion 22
versionCode 1 versionCode 1
versionName "1.0" 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