mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 21:56:58 +00:00
i2p - update
This commit is contained in:
parent
a97a8cac25
commit
0a93cc025f
1 changed files with 25 additions and 0 deletions
|
|
@ -774,6 +774,31 @@ Builds:
|
|||
gradleprops:
|
||||
- I2P_VERSION=2.3.0
|
||||
|
||||
- versionName: 2.4.0
|
||||
versionCode: 4745280
|
||||
commit: 45865ff5b97c4d0447cb65b36c98821876aecb23
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ant gettext
|
||||
gradle:
|
||||
- legacy
|
||||
srclibs:
|
||||
- I2P@i2p-2.4.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.4.0
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle|versionCode (\d+)|gradle.properties|I2P_ANDROID_VERSION=([\d.]+)
|
||||
|
|
|
|||
Loading…
Reference in a new issue