Skip to content

Commit a969e3b

Browse files
committed
Add namespace required by newer Gradle version
1 parent 11b15fd commit a969e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33

44
android {
5+
namespace "com.rncamerakit"
56
compileSdkVersion 31
67
defaultConfig {
78
minSdkVersion 24

0 commit comments

Comments
 (0)