1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Android: Resolves #4585: Set min android version to 5 / sdk 21 (#4590)

As per https://github.com/facebook/react-native#-requirements
This commit is contained in:
Roman Musin 2021-03-10 19:15:01 +00:00 committed by GitHub
parent 876fcfe008
commit d889cd55db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "29.0.2"
minSdkVersion = 16
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
}