mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
minSdkVersion 19 (mainly for security reason and also because of MotionLayout only supported on API 18)
This commit is contained in:
parent
76fc455d93
commit
f410538e2f
1 changed files with 3 additions and 1 deletions
|
@ -58,7 +58,9 @@ android {
|
|||
compileSdkVersion 28
|
||||
defaultConfig {
|
||||
applicationId "im.vector.riotredesign"
|
||||
minSdkVersion 16
|
||||
// Set to API 19 because motionLayout is min API 18.
|
||||
// In the future we may consider using an alternative of MotionLayout to support API 16. But for security reason, maybe not.
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
multiDexEnabled true
|
||||
versionCode generateVersionCodeFromTimestamp()
|
||||
|
|
Loading…
Add table
Reference in a new issue