mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 21:57:22 +00:00
i2p - update, aum
This commit is contained in:
parent
850bfca155
commit
963ed30602
1 changed files with 31 additions and 5 deletions
|
|
@ -872,8 +872,34 @@ Builds:
|
|||
- i2p.i2p
|
||||
ndk: r19c
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle|versionCode (\d+)|gradle.properties|I2P_ANDROID_VERSION=([\d.]+)
|
||||
CurrentVersion: 2.6.0
|
||||
CurrentVersionCode: 4745284
|
||||
- versionName: 2.7.1
|
||||
versionCode: 4745289
|
||||
commit: 59b1da695069e71bd1452a4076bff2235689334a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant gettext
|
||||
gradle:
|
||||
- legacy
|
||||
srclibs:
|
||||
- I2P@i2p-2.6.0
|
||||
rm:
|
||||
- gradle/wrapper
|
||||
prebuild:
|
||||
- export i2pVersion=$(grep I2P_VERSION\= ../gradle.properties | cut -d '=' -f2-)
|
||||
- '[[ $i2pVersion ]] || exit 1'
|
||||
- git -C $$I2P$$ checkout -f i2p-$i2pVersion
|
||||
- echo -e "i2psrc=$$I2P$$" >> ../lib/client/local.properties
|
||||
- echo -e "sdk.dir=$$SDK$$\nndk.dir=$$NDK$$\ni2psrc=$$I2P$$" >> ../routerjars/local.properties
|
||||
- cp -R $$I2P$$ ../i2p.i2p
|
||||
- sed -i -e '/abortOnError/acheckReleaseBuilds false' build.gradle
|
||||
scandelete:
|
||||
- lib/client/src/main/jniLibs
|
||||
- i2p.i2p
|
||||
ndk: r19c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags i2p-android-
|
||||
UpdateCheckData: gradle.properties|I2P_ANDROID_VERSION_CODE=(\d+)|.|I2P_ANDROID_VERSION=([\d.]+)
|
||||
CurrentVersion: 2.7.1
|
||||
CurrentVersionCode: 4745289
|
||||
|
|
|
|||
Loading…
Reference in a new issue