projects
/
noFUDroid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update gradle plugin
[noFUDroid.git]
/
app
/
build.gradle
diff --git
a/app/build.gradle
b/app/build.gradle
index 403b303c42582e761476ef000f747337f3f59b4c..3feaa9ee39d198513414234cb4f89cccf1e19f40 100644
(file)
--- a/
app/build.gradle
+++ b/
app/build.gradle
@@
-5,7
+5,7
@@
android {
buildToolsVersion '23.0.2'
defaultConfig {
buildToolsVersion '23.0.2'
defaultConfig {
- applicationId "
it.skarafaz.xposed.nwmonblocker
"
+ applicationId "
de.ralfj.xposed.nofudroid
"
minSdkVersion 19
maxSdkVersion 19
targetSdkVersion 21
minSdkVersion 19
maxSdkVersion 19
targetSdkVersion 21
@@
-21,5
+21,5
@@
android {
}
dependencies {
}
dependencies {
- provided files('libs/XposedBridgeApi
-54
.jar')
+ provided files('libs/XposedBridgeApi.jar')
}
}