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
4 changed files with 6 additions and 4 deletions
+2 -2
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 {
@@ -179,7 +179,7 @@ public class DaemonWrapper {
processAssets();
I2PD_JNI.loadLibraries();
setState(State.jniLibraryLoaded);
registerNetworkCallback();
//registerNetworkCallback();
} catch (Throwable tr) {
lastThrowable = tr;
setState(State.startFailed);
@@ -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)