1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 16:06:18 +00:00

Fix aar date issues due to overflow in 32b golang int in the JNI interface.

Use int64
This commit is contained in:
Loic Blot 2018-02-17 18:36:54 +01:00
parent a1db1d3c03
commit 60ac0afbea
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987
2 changed files with 2 additions and 2 deletions

View File

@ -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

Binary file not shown.