mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-07 07:56:14 +00:00
Fix aar date issues due to overflow in 32b golang int in the JNI interface.
Use int64
This commit is contained in:
parent
a1db1d3c03
commit
60ac0afbea
@ -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.
Loading…
x
Reference in New Issue
Block a user