diff --git a/metadata/com.axelby.podax.txt b/metadata/com.axelby.podax.txt index 44316afa12..1bb5c5a7b1 100644 --- a/metadata/com.axelby.podax.txt +++ b/metadata/com.axelby.podax.txt @@ -108,6 +108,14 @@ Build:6.2,56 commit=6.2 gradle=yes +Build:7.05,62 + commit=7.05 + gradle=yes + rm=src/main/libs/armeabi-v7a/*,src/main/libs/x86/*,src/main/libs/armeabi/*,libs/* + buildjni=src/main/jni + patch=dependencies.patch + prebuild=sed -i -e 's@runProguard true@runProguard false@g' build.gradle + Auto Update Mode:None Update Check Mode:Tags Current Version:7.05 diff --git a/metadata/com.axelby.podax/dependencies.patch b/metadata/com.axelby.podax/dependencies.patch new file mode 100644 index 0000000000..d5c0afc07d --- /dev/null +++ b/metadata/com.axelby.podax/dependencies.patch @@ -0,0 +1,25 @@ +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()