diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 168209b7..389a62ff 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -3,7 +3,7 @@ package="org.purplei2p.i2pd" android:versionCode="1" android:versionName="2.13.0"> - + diff --git a/android/project.properties b/android/project.properties index f72b9716..7ce68660 100644 --- a/android/project.properties +++ b/android/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-25 +target=android-24 diff --git a/libi2pd/Config.cpp b/libi2pd/Config.cpp index c2d35340..bcf20bba 100644 --- a/libi2pd/Config.cpp +++ b/libi2pd/Config.cpp @@ -116,7 +116,7 @@ namespace config { options_description sam("SAM bridge options"); sam.add_options() - ("sam.enabled", value()->default_value(false), "Enable or disable SAM Application bridge") + ("sam.enabled", value()->default_value(true), "Enable or disable SAM Application bridge") ("sam.address", value()->default_value("127.0.0.1"), "SAM listen address") ("sam.port", value()->default_value(7656), "SAM listen port") ;