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:
parent
a1db1d3c03
commit
60ac0afbea
@ -21,8 +21,8 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "fr.unix_experience.owncloud_sms"
|
applicationId "fr.unix_experience.owncloud_sms"
|
||||||
versionCode 66
|
versionCode 67
|
||||||
versionName "2.0.2"
|
versionName "2.0.3"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
maxSdkVersion 27
|
maxSdkVersion 27
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user