Merge pull request #3060 from BlueWallet/ops-bump-android-min-sdk-to-android9

OPS: bump android min sdk to android 9 (level 28)
This commit is contained in:
GLaDOS 2021-05-03 17:04:35 +01:00 committed by GitHub
commit 9028818f09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildscript {
ext {
minSdkVersion = 26
minSdkVersion = 28
supportLibVersion = "28.0.0"
buildToolsVersion = "29.0.2"
compileSdkVersion = 29