v0.4.3: updated target and compile SDK to 24 (android N)

This commit is contained in:
Evan Debenham
2016-09-19 13:02:35 -04:00
parent 1f98b01098
commit 78db26b724
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion "24.0.2"
task ndkBuild(type: Exec){