From 6772f1636604c56a97af39230e3fc386bca95bc7 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sat, 19 Jul 2014 16:04:31 +0200 Subject: [PATCH] Podax: Fall back to jars; ping upstream to use mavencentral --- metadata/com.axelby.podax.txt | 8 ++++--- metadata/com.axelby.podax/dependencies.patch | 25 -------------------- 2 files changed, 5 insertions(+), 28 deletions(-) delete mode 100644 metadata/com.axelby.podax/dependencies.patch diff --git a/metadata/com.axelby.podax.txt b/metadata/com.axelby.podax.txt index 1bb5c5a7b1..d37f987ef0 100644 --- a/metadata/com.axelby.podax.txt +++ b/metadata/com.axelby.podax.txt @@ -111,10 +111,12 @@ Build:6.2,56 Build:7.05,62 commit=7.05 gradle=yes - rm=src/main/libs/armeabi-v7a/*,src/main/libs/x86/*,src/main/libs/armeabi/*,libs/* + rm=src/main/libs/armeabi-v7a/*,src/main/libs/x86/*,src/main/libs/armeabi/* buildjni=src/main/jni - patch=dependencies.patch - prebuild=sed -i -e 's@runProguard true@runProguard false@g' build.gradle + +Maintainer Notes: +* 7.05: Assuming jars are okay since no change from 6.2. +* Pinged upstream to pull all dependencies from maven central; set AUM when done. Auto Update Mode:None Update Check Mode:Tags diff --git a/metadata/com.axelby.podax/dependencies.patch b/metadata/com.axelby.podax/dependencies.patch deleted file mode 100644 index d5c0afc07d..0000000000 --- a/metadata/com.axelby.podax/dependencies.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/build.gradle b/build.gradle -index feb52d7..691c610 100644 ---- a/build.gradle -+++ b/build.gradle -@@ -8,10 +8,20 @@ buildscript { - } - apply plugin: 'android' - -+repositories { -+ mavenCentral() -+} -+ - dependencies { - compile fileTree(dir: 'libs', include: '*.jar') - compile 'com.android.support:support-v4:19.1.+' - compile 'com.android.support:appcompat-v7:19.1.+' -+ compile 'ch.acra:acra:4.4.0' -+ compile 'org.shredzone.flattr4j:flattr4j-core:2.7' -+ compile 'com.google.code.gson:gson:2.2.4' -+ compile 'com.google.guava:guava:16.0' -+ compile 'com.google.code.findbugs:jsr305:2.0.3' -+ compile 'com.mcxiaoke.volley:library:1.0.6' - } - - Properties props = new Properties()