update gradle plugin
[noFUDroid.git] / app / build.gradle
index 6a86b3ed63664db2008bc5ba1a766ad29caeaa13..3feaa9ee39d198513414234cb4f89cccf1e19f40 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"
+        applicationId "de.ralfj.xposed.nofudroid"
         minSdkVersion 19
         maxSdkVersion 19
         targetSdkVersion 21
-        versionCode 1
-        versionName "1.0.0"
+        versionCode 2
+        versionName "1.0.1"
     }
     buildTypes {
         release {
@@ -21,5 +21,5 @@ android {
 }
 
 dependencies {
-    provided files('libs/XposedBridgeApi-54.jar')
+    provided files('libs/XposedBridgeApi.jar')
 }