1
0
mirror of https://github.com/PurpleI2P/i2pd-android.git synced 2025-02-03 10:26:01 +00:00
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-11-28 03:00:39 +00:00
parent de53cd0e75
commit d9bbe52238
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
4 changed files with 6 additions and 4 deletions

View File

@ -14,8 +14,8 @@ android {
applicationId "org.purplei2p.i2pd"
targetSdkVersion 29
minSdkVersion 14
versionCode 23900
versionName "2.39.0"
versionCode 24000
versionName "2.40.0"
setProperty("archivesBaseName", archivesBaseName + "-" + versionName)
ndk {

@ -1 +1 @@
Subproject commit 24eeadea765931d46697b3e44746f24eb65d1c53
Subproject commit 27116b9f30af799cba22cf00d95410352a503802

View File

@ -179,7 +179,7 @@ public class DaemonWrapper {
processAssets();
I2PD_JNI.loadLibraries();
setState(State.jniLibraryLoaded);
registerNetworkCallback();
//registerNetworkCallback();
} catch (Throwable tr) {
lastThrowable = tr;
setState(State.startFailed);

View File

@ -0,0 +1,2 @@
* Updated codebase to 2.40.0
* Disabled Network state changes listener (sometimes android not sends notifications, so application thinks that internet is not available)