mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update I2P to 2.8.2 (4745293)
This commit is contained in:
parent
5cb2fc3881
commit
bb450c31b2
1 changed files with 29 additions and 2 deletions
|
|
@ -925,8 +925,35 @@ Builds:
|
|||
build: $$I2P$$/installer/resources/maven-dev-release.sh 1
|
||||
ndk: r19c
|
||||
|
||||
- versionName: 2.8.2
|
||||
versionCode: 4745293
|
||||
commit: 48d9afea417f9531dad61e9b598c86538e0df25a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant gettext maven
|
||||
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
|
||||
build: $$I2P$$/installer/resources/maven-dev-release.sh 1
|
||||
ndk: r19c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags i2p-android-
|
||||
UpdateCheckData: gradle.properties|I2P_ANDROID_VERSION_CODE=(\d+)|.|I2P_ANDROID_VERSION=([\d.]+)
|
||||
CurrentVersion: 2.8.0
|
||||
CurrentVersionCode: 4745291
|
||||
CurrentVersion: 2.8.2
|
||||
CurrentVersionCode: 4745293
|
||||
|
|
|
|||
Loading…
Reference in a new issue