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