File tree Expand file tree Collapse file tree 1 file changed +13
-19
lines changed
Expand file tree Collapse file tree 1 file changed +13
-19
lines changed Original file line number Diff line number Diff line change 1- // Top-level build file where you can add configuration options common to all sub-projects/modules.
1+ apply plugin : ' com.android.library '
22
3- buildscript {
4- repositories {
5- google()
6- mavenCentral()
7- }
8- dependencies {
9- classpath ' com.android.tools.build:gradle:1.3.0'
3+ android {
4+ namespace " com.microsoft.codepush.react"
5+ compileSdkVersion 33
106
11- // NOTE: Do not place your application dependencies here; they belong
12- // in the individual module build.gradle files
7+ defaultConfig {
8+ minSdkVersion 21
9+ targetSdkVersion 33
10+ versionCode 1
11+ versionName " 1.0"
1312 }
1413}
1514
16- allprojects {
17- android {
18- namespace " com.microsoft.codepush.react"
19- }
20- repositories {
21- mavenLocal()
22- mavenCentral()
23- }
24- }
15+ repositories {
16+ mavenLocal()
17+ mavenCentral()
18+ }
You can’t perform that action at this time.
0 commit comments