mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 15:36:59 +01:00
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:
commit
9028818f09
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
minSdkVersion = 26
|
||||
minSdkVersion = 28
|
||||
supportLibVersion = "28.0.0"
|
||||
buildToolsVersion = "29.0.2"
|
||||
compileSdkVersion = 29
|
||||
|
|
Loading…
Add table
Reference in a new issue