mirror of
https://github.com/zoriya/react-native-background-downloader.git
synced 2026-05-26 07:39:22 +00:00
android: make sdk higher
This commit is contained in:
@@ -8,11 +8,11 @@ def safeExtGet(prop, fallback) {
|
||||
|
||||
android {
|
||||
namespace "com.eko"
|
||||
compileSdkVersion safeExtGet('compileSdkVersion', 33)
|
||||
compileSdkVersion safeExtGet('compileSdkVersion', 34)
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion safeExtGet('minSdkVersion', 21)
|
||||
targetSdkVersion safeExtGet('targetSdkVersion', 33)
|
||||
targetSdkVersion safeExtGet('targetSdkVersion', 34)
|
||||
versionCode 1
|
||||
versionName '1.0'
|
||||
ndk {
|
||||
|
||||
Reference in New Issue
Block a user