Update Podax to 7.05 (62)
This commit is contained in:
parent
92749a3e7d
commit
f86bce906d
|
@ -108,6 +108,14 @@ Build:6.2,56
|
||||||
commit=6.2
|
commit=6.2
|
||||||
gradle=yes
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:7.05
|
Current Version:7.05
|
||||||
|
|
25
metadata/com.axelby.podax/dependencies.patch
Normal file
25
metadata/com.axelby.podax/dependencies.patch
Normal file
|
@ -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()
|
Loading…
Reference in a new issue