Skip to content

Commit c30ec6f

Browse files
infra: Gradle 8 changes (#3200)
1 parent f673889 commit c30ec6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ project.ext {
99
}
1010

1111
android {
12+
namespace "com.wix.reactnativeuilib"
1213
compileSdkVersion project.ext.compileSdkVersion
1314
buildToolsVersion project.ext.buildToolsVersion
1415

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
4-
package="com.wix.reactnativeuilib">
3+
xmlns:android="http://schemas.android.com/apk/res/android">
54
</manifest>

0 commit comments

Comments
 (0)