mirror of
https://github.com/PurpleI2P/i2pd-android.git
synced 2024-12-06 19:27:28 +01:00
+2
-2
@@ -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
Submodule app/jni/i2pd updated: 24eeadea76...27116b9f30
@@ -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)
|
||||
Reference in New Issue
Block a user