Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ncsms-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2018-02-17 20:36:54 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2018-02-17 20:37:10 +0300
commit60ac0afbea003c5340bdb4154e216d68aedb3515 (patch)
tree2dc466a6c3cb9ba9173ceb626fd152646107d61f
parenta1db1d3c0357ac13587c7a41320bfbd3a4c3b623 (diff)
Fix aar date issues due to overflow in 32b golang int in the JNI interface.2.0.3
Use int64
-rw-r--r--build.gradle4
-rw-r--r--ncsmsgo/ncsmsgo.aarbin9131797 -> 10101112 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 3787707..4685215 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,8 +21,8 @@ android {
defaultConfig {
applicationId "fr.unix_experience.owncloud_sms"
- versionCode 66
- versionName "2.0.2"
+ versionCode 67
+ versionName "2.0.3"
minSdkVersion 16
targetSdkVersion 27
maxSdkVersion 27
diff --git a/ncsmsgo/ncsmsgo.aar b/ncsmsgo/ncsmsgo.aar
index 2a01bf5..2a94713 100644
--- a/ncsmsgo/ncsmsgo.aar
+++ b/ncsmsgo/ncsmsgo.aar
Binary files differ