Commit 7dfc5b18 authored by Andrew Twyman's avatar Andrew Twyman

Upgrade Android SDK/tools for example app

parent 52832d5e
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
compileSdkVersion 22 compileSdkVersion 23
buildToolsVersion "22.0.1" buildToolsVersion "23.0.2"
defaultConfig { defaultConfig {
applicationId "com.dropbox.textsort" applicationId "com.dropbox.textsort"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 22 targetSdkVersion 23
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