Update SuwLib build version to 23.0.2

Change-Id: Ib0fa01d298d7e3fdc529ead24e913d2de936a602
This commit is contained in:
Maurice Lam 2016-01-19 17:29:35 -08:00
parent 38a3832bf5
commit 8ee818ca33
2 changed files with 4 additions and 4 deletions

View file

@ -16,5 +16,5 @@
apply from: 'standalone-rules.gradle'
android.compileSdkVersion 21
android.buildToolsVersion '21.1.0'
android.compileSdkVersion 23
android.buildToolsVersion '23.0.2'

View file

@ -1,6 +1,6 @@
// Set the default SDK and build tools version for all apps
compileSdkVersion 21
buildToolsVersion = '21.1.2'
compileSdkVersion 23
buildToolsVersion = '23.0.2'
// enable Java7
compileOptions.sourceCompatibility JavaVersion.VERSION_1_7