OctoDroid: Try to use mavenLocal
This commit is contained in:
parent
30e8d1ffec
commit
f37366fd9f
|
@ -26,7 +26,7 @@ report any issues to the issue tracker.
|
|||
Newer versions exist elsewhere, but now include proprietary libraries,
|
||||
so updates are unlikely here.
|
||||
|
||||
[https://github.com/slapperwan/gh4a/blob/master/CHANGES CHANGES]
|
||||
[https://github.com/slapperwan/gh4a/blob/master/CHANGES Changelog]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -39,13 +39,15 @@ Build:3.6,36
|
|||
prebuild=rm -rf libs/android-support-v4.jar
|
||||
|
||||
Build:3.7.1,38
|
||||
disable=wip
|
||||
commit=v3.7.1
|
||||
patch=mint.patch,gradle.patch
|
||||
gradle=yes
|
||||
srclibs=GH4AGitHubAPI@3d1878bd48d9aa3817a91b5a193b600c31e0406
|
||||
srclibs=GH4AGitHubAPI@3d1878bd48d9aa3817a91b5a193b600c31e0406,ViewPagerIndicator@2.4.1
|
||||
prebuild=rm -rf libs/*.jar && \
|
||||
cp -a $$GH4AGitHubAPI$$/src/org src
|
||||
|
||||
cp -a $$GH4AGitHubAPI$$/src/org src && \
|
||||
sed -i -e '/populov/d' -e '/mavenCentral/amavenLocal()' build.gradle && \
|
||||
pushd $$ViewPagerIndicator$$ && $$MVN3$$ install && popd
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue