Stop supporting Android 4.4 and lower (#447)
This commit is contained in:
parent
f1b594c054
commit
c17c29546a
|
@ -99,7 +99,7 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "chat.rocket.reactnative"
|
||||
minSdkVersion 19
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 27
|
||||
versionCode VERSIONCODE as Integer
|
||||
versionName "1.2.1"
|
||||
|
|
Loading…
Reference in New Issue