Commit 6e8d8ef7 authored by j4cbo's avatar j4cbo

Merge pull request #90 from artwyman/atwyman/androidsdk

Upgrade Android example to expect latest SDK
parents 1734c72e 9e122e6a
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