mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
OctoDroid: Package aar lib
This commit is contained in:
parent
cde850425b
commit
11ed326934
1 changed files with 5 additions and 2 deletions
|
|
@ -46,8 +46,11 @@ Build:3.7.1,38
|
|||
srclibs=GH4AGitHubAPI@3d1878bd48d9aa3817a91b5a193b600c31e0406,ViewPagerIndicator@2.4.1
|
||||
prebuild=rm -rf libs/*.jar && \
|
||||
cp -a $$GH4AGitHubAPI$$/src/org src && \
|
||||
sed -i -e '/populov/d' -e '/mavenCentral/amavenLocal()' build.gradle && \
|
||||
pushd $$ViewPagerIndicator$$ && $$MVN3$$ install && popd
|
||||
sed -i -e '/populov/d' -e '/mavenCentral/imavenLocal()' build.gradle && \
|
||||
pushd $$ViewPagerIndicator$$ && \
|
||||
sed -i 's;<android-maven.version>3.3.0</android-maven.version>;<android-maven.version>3.7.0</android-maven.version>;' ../pom.xml pom.xml && \
|
||||
sed -i -e 's/apklib/aar/g' pom.xml && \
|
||||
cd .. && $$MVN3$$ install && popd
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue