From d54a1a578aa72f9a108b2a0acbaf34c3d6b8392d Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Sun, 29 Dec 2019 11:34:41 +0800 Subject: [PATCH] updated jni libraries to ver 0.2.4 for android example --- android-example/app/build.gradle | 2 +- android-example/app/release/output.json | 2 +- .../src/main/jniLibs/arm64-v8a/libirdecode.so | Bin 51184 -> 51184 bytes .../main/jniLibs/armeabi-v7a/libirdecode.so | Bin 42708 -> 42708 bytes .../app/src/main/jniLibs/x86/libirdecode.so | Bin 50788 -> 50788 bytes .../src/main/jniLibs/x86_64/libirdecode.so | Bin 55552 -> 55552 bytes android-example/build.gradle | 2 +- 7 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android-example/app/build.gradle b/android-example/app/build.gradle index df9b88e..36f6db5 100644 --- a/android-example/app/build.gradle +++ b/android-example/app/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion 19 targetSdkVersion 27 versionCode 6 - versionName '0.2.2' + versionName '0.2.4' } buildTypes { release { diff --git a/android-example/app/release/output.json b/android-example/app/release/output.json index bbdfb36..a5549ae 100644 --- a/android-example/app/release/output.json +++ b/android-example/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":6,"versionName":"0.2.2","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":6,"versionName":"0.2.4","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/android-example/app/src/main/jniLibs/arm64-v8a/libirdecode.so b/android-example/app/src/main/jniLibs/arm64-v8a/libirdecode.so index 2a94be2c40a01b70d4d39ec07ba9087da2070fbf..1646c376d2f443fdb6642de62a73b05b6ba0d027 100644 GIT binary patch delta 42 zcmV+_0M-BSj|1?J1F#SR6jRNsz&HI!R^kl{L#pa4%Q+*a8?z(=y`KRzv*Mu+CXj9s A@Bjb+ delta 42 zcmV+_0M-BSj|1?J1F#SR6lUz+gbUJ0%Utguy`KRxv*Mu+CY0_G A%>V!Z diff --git a/android-example/app/src/main/jniLibs/armeabi-v7a/libirdecode.so b/android-example/app/src/main/jniLibs/armeabi-v7a/libirdecode.so index 91fc2370fe50674872176d5a2df80508028f0002..02f7183c08820a181f8cf9d092ffca6253063e4f 100644 GIT binary patch delta 42 zcmV+_0M-B0%>vZT0Jy AKL7v# delta 42 zcmV+_0M-B0%>vZT0k diff --git a/android-example/app/src/main/jniLibs/x86/libirdecode.so b/android-example/app/src/main/jniLibs/x86/libirdecode.so index eb40f5b987eb0519172483ce5990c7b941410e7f..bde3cf3e34991c349f8ce7dcd414b018d61e81ff 100644 GIT binary patch delta 42 zcmV+_0M-BGj05D11F+ly6mbad{VvqtL5^O|AydH!k4I#RO|$R;U8DgtvreWKAh1Oe A&Hw-a delta 42 zcmV+_0M-BGj05D11F+ly6q4Fs$7F)p8)KM2i(dRw2JLy1F0=3fU8DgrvreWKAh}r+ ANdN!< diff --git a/android-example/app/src/main/jniLibs/x86_64/libirdecode.so b/android-example/app/src/main/jniLibs/x86_64/libirdecode.so index 0ca572216bd038d3e1d6bc3672a7800db437ae82..955caf435195b56fc2647fa06b5054d0b5472be3 100644 GIT binary patch delta 50 zcmV-20L}k^vIBs!1F)z96q{Mb%g0eLA5nguKGfiDw}h$H|C6Bs9FxG<1hd=%ai9S- IvreP3HDjU}EC2ui delta 50 zcmV-20L}k^vIBs!1F)z96nR(?e=^ewzE*RMD`5wIbW?;Qe3PL89FxG<1hd=%ai9S* IvreP3HT6jpH~;_u diff --git a/android-example/build.gradle b/android-example/build.gradle index 771848a..be2c04b 100644 --- a/android-example/build.gradle +++ b/android-example/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:3.5.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }