WIP org.adaway 2.5
This commit is contained in:
parent
67b782c355
commit
b43eebf689
|
@ -74,6 +74,9 @@ find . -type f -print0 | xargs -0 sed -i 's/org.rootcommands/org.sufficientlysec
|
||||||
cp android-libs/Donations/ant-templates/other/DonationsConfig.java \
|
cp android-libs/Donations/ant-templates/other/DonationsConfig.java \
|
||||||
android-libs/Donations/src/org/donations/,buildjni=yes
|
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
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.5
|
Current Version:2.5
|
||||||
|
|
40
metadata/org.adaway/no-signing-44.patch
Normal file
40
metadata/org.adaway/no-signing-44.patch
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
diff --git a/AdAway/build.gradle b/AdAway/build.gradle
|
||||||
|
index 378ce1c..951466d 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
|
||||||
|
- */
|
||||||
|
- signingConfigs {
|
||||||
|
- myConfig {
|
||||||
|
- storeFile file(signingStoreLocation)
|
||||||
|
- storePassword signingStorePassword
|
||||||
|
- keyAlias signingKeyAlias
|
||||||
|
- keyPassword signingKeyPassword
|
||||||
|
- }
|
||||||
|
- }
|
||||||
|
-
|
||||||
|
- buildTypes {
|
||||||
|
- release {
|
||||||
|
- signingConfig signingConfigs.myConfig
|
||||||
|
- }
|
||||||
|
- }
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
@@ -65,4 +43,4 @@ task renameExecutables(type: Copy) {
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
-build.dependsOn renameExecutables
|
||||||
|
\ No newline at end of file
|
||||||
|
+build.dependsOn renameExecutables
|
Loading…
Reference in a new issue