mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
i2p: 2.5.0
This commit is contained in:
parent
844307760b
commit
e62bfed4f1
1 changed files with 25 additions and 0 deletions
|
|
@ -799,6 +799,31 @@ Builds:
|
|||
gradleprops:
|
||||
- I2P_VERSION=2.4.0
|
||||
|
||||
- versionName: 2.5.0
|
||||
versionCode: 4745281
|
||||
commit: 18e4aef4caf338809041e7c656176830d88cf9d7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant gettext
|
||||
gradle:
|
||||
- legacy
|
||||
srclibs:
|
||||
- I2P@i2p-2.5.0
|
||||
rm:
|
||||
- gradle/wrapper
|
||||
prebuild:
|
||||
- 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
|
||||
gradleprops:
|
||||
- I2P_VERSION=2.5.0
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle|versionCode (\d+)|gradle.properties|I2P_ANDROID_VERSION=([\d.]+)
|
||||
|
|
|
|||
Loading…
Reference in a new issue