projects
/
noFUDroid.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tune README
[noFUDroid.git]
/
app
/
build.gradle
diff --git
a/app/build.gradle
b/app/build.gradle
index 6a86b3ed63664db2008bc5ba1a766ad29caeaa13..daffd3330b6dfd98aa4f7d78c136eca8402859bd 100644
(file)
--- a/
app/build.gradle
+++ b/
app/build.gradle
@@
-1,16
+1,16
@@
apply plugin: 'com.android.application'
android {
apply plugin: 'com.android.application'
android {
- compileSdkVersion 2
1
- buildToolsVersion '2
1.1
.2'
+ compileSdkVersion 2
3
+ buildToolsVersion '2
3.0
.2'
defaultConfig {
applicationId "it.skarafaz.xposed.nwmonblocker"
minSdkVersion 19
maxSdkVersion 19
targetSdkVersion 21
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 {
}
buildTypes {
release {
@@
-21,5
+21,5
@@
android {
}
dependencies {
}
dependencies {
- provided files('libs/XposedBridgeApi
-54
.jar')
+ provided files('libs/XposedBridgeApi.jar')
}
}