Stop supporting Android 4.4 and lower (#447)

This commit is contained in:
Diego Mello 2018-09-19 10:01:54 -03:00 committed by GitHub
parent f1b594c054
commit c17c29546a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ android {
defaultConfig {
applicationId "chat.rocket.reactnative"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 27
versionCode VERSIONCODE as Integer
versionName "1.2.1"