Release version 4.1.1
FIXED: native code library was being loaded incorrectly. Caused
exception on Android 7.0+
This commit is contained in:
@@ -16,8 +16,8 @@ limitations under the License.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.dsi.ant.server"
|
||||
android:versionName="4.1.0"
|
||||
android:versionCode="040100"
|
||||
android:versionName="4.1.1"
|
||||
android:versionCode="040101"
|
||||
android:sharedUserId="android.uid.system">
|
||||
|
||||
<uses-sdk
|
||||
|
||||
@@ -36,7 +36,7 @@ public class JAntJava
|
||||
{
|
||||
try
|
||||
{
|
||||
System.load("libantradio.so");
|
||||
System.loadLibrary("antradio");
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user