use newer version of SDK
[noFUDroid.git] / app / build.gradle
index 6a86b3ed63664db2008bc5ba1a766ad29caeaa13..403b303c42582e761476ef000f747337f3f59b4c 100644 (file)
@@ -1,16 +1,16 @@
 apply plugin: 'com.android.application'
 
 android {
-    compileSdkVersion 21
-    buildToolsVersion '21.1.2'
+    compileSdkVersion 23
+    buildToolsVersion '23.0.2'
 
     defaultConfig {
         applicationId "it.skarafaz.xposed.nwmonblocker"
         minSdkVersion 19
         maxSdkVersion 19
         targetSdkVersion 21
-        versionCode 1
-        versionName "1.0.0"
+        versionCode 2
+        versionName "1.0.1"
     }
     buildTypes {
         release {