Podax: Fall back to jars; ping upstream to use mavencentral
This commit is contained in:
parent
f86bce906d
commit
6772f16366
|
@ -111,10 +111,12 @@ Build:6.2,56
|
||||||
Build:7.05,62
|
Build:7.05,62
|
||||||
commit=7.05
|
commit=7.05
|
||||||
gradle=yes
|
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
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
|
|
|
@ -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()
|
|
Loading…
Reference in a new issue