Update AdAway (org.adaway) to 2.5 (44)
This commit is contained in:
parent
e73d1796f9
commit
afb68a8bfc
|
@ -74,8 +74,8 @@ find . -type f -print0 | xargs -0 sed -i 's/org.rootcommands/org.sufficientlysec
|
|||
cp android-libs/Donations/ant-templates/other/DonationsConfig.java \
|
||||
android-libs/Donations/src/org/donations/,buildjni=yes
|
||||
|
||||
Build Version:2.5,44,!gradle wip v2.5,subdir=AdAway,buildjni=yes,gradle=yes,preassemble=renameExecutables,\
|
||||
patch=no-signing-44.patch,prebuild=mv ../libraries libraries
|
||||
Build Version:2.5,44,v2.5,subdir=AdAway,buildjni=yes,gradle=yes@..,preassemble=renameExecutables,\
|
||||
patch=no-signing-44.patch
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
|
@ -1,19 +1,11 @@
|
|||
diff --git a/AdAway/build.gradle b/AdAway/build.gradle
|
||||
index 378ce1c..951466d 100644
|
||||
index 378ce1c..0c97252 100644
|
||||
--- a/AdAway/build.gradle
|
||||
+++ b/AdAway/build.gradle
|
||||
@@ -16,28 +16,6 @@ android {
|
||||
targetSdkVersion 17
|
||||
}
|
||||
|
||||
- /*
|
||||
- * To sign release build, create file gradle.properties in .gradle/ with this content:
|
||||
- *
|
||||
- * signingStoreLocation=/home/key.store
|
||||
- * signingStorePassword=xxx
|
||||
- * signingKeyAlias=alias
|
||||
- * signingKeyPassword=xxx
|
||||
- */
|
||||
@@ -24,18 +24,9 @@ android {
|
||||
* signingKeyAlias=alias
|
||||
* signingKeyPassword=xxx
|
||||
*/
|
||||
- signingConfigs {
|
||||
- myConfig {
|
||||
- storeFile file(signingStoreLocation)
|
||||
|
@ -22,16 +14,14 @@ index 378ce1c..951466d 100644
|
|||
- keyPassword signingKeyPassword
|
||||
- }
|
||||
- }
|
||||
-
|
||||
- buildTypes {
|
||||
- release {
|
||||
- signingConfig signingConfigs.myConfig
|
||||
- }
|
||||
- }
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -65,4 +43,4 @@ task renameExecutables(type: Copy) {
|
||||
buildTypes {
|
||||
release {
|
||||
- signingConfig signingConfigs.myConfig
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -65,4 +56,4 @@ task renameExecutables(type: Copy) {
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue