This commit is contained in:
R4SAS 2018-11-09 02:03:13 +00:00
parent 8d0b696d33
commit 779228857e
15 changed files with 42 additions and 15 deletions

View file

@ -3,7 +3,7 @@
package="org.purplei2p.i2pd"
android:installLocation="auto"
android:versionCode="1"
android:versionName="2.21.1">
android:versionName="2.22.0">
<uses-sdk
android:minSdkVersion="14"

View file

@ -4,6 +4,7 @@
#logfile = /sdcard/i2pd/i2pd.log
loglevel = none
#tunnelsdir = /sdcard/i2pd/tunnels.d
# host = 1.2.3.4
# port = 4567

1
android/assets/tunnels.d Symbolic link
View file

@ -0,0 +1 @@
../../contrib/tunnels.d

View file

@ -29,7 +29,7 @@ android {
targetSdkVersion 28
minSdkVersion 14
versionCode 1
versionName "2.21.1"
versionName "2.22.0"
ndk {
abiFilters 'armeabi-v7a'
abiFilters 'x86'