File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ project.ext.react = [
75
75
project. ext. signingConfigs = getSigningConfigs()
76
76
77
77
android {
78
+ namespace " com.microsoft.reacttestapp"
79
+
78
80
compileSdkVersion project. ext. compileSdkVersion
79
81
80
82
if (project. hasProperty(" ndkVersion" )) {
@@ -202,7 +204,7 @@ android {
202
204
dependsOn(" preReleaseBuild" )
203
205
}
204
206
}
205
- } else {
207
+ } else if (reactNativeVersion < 7100 ) {
206
208
// Due to a bug in AGP, we have to explicitly set a dependency
207
209
// between configureCMakeDebug* tasks and the preBuild tasks. This can
208
210
// be removed once this issue is resolved:
Original file line number Diff line number Diff line change 18
18
ndkVersion = " 24.0.8215888"
19
19
}
20
20
21
- androidPluginVersion = " 7.2.2"
21
+ androidPluginVersion = getPackageVersionNumber(" react-native" , rootDir) < 7100
22
+ ? " 7.2.2"
23
+ : " 7.3.0"
22
24
kotlinVersion = rootProject. hasProperty(" KOTLIN_VERSION" )
23
25
? rootProject. properties[" KOTLIN_VERSION" ]
24
26
: " 1.7.10"
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ repositories {
8
8
}
9
9
10
10
android {
11
+ namespace " com.microsoft.reacttestapp.support"
12
+
11
13
def androidDir = " ${ buildscript.sourceFile.getParent()} /../"
12
14
apply(from : " ${ androidDir} /dependencies.gradle" )
13
15
apply(from : " ${ androidDir} /test-app-util.gradle" )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest package = " com.microsoft.reacttestapp.support " />
2
+ <manifest />
You can’t perform that action at this time.
0 commit comments