Skip to content

Commit e3d5187

Browse files
committed
fix: incompatibility with AGP 8 & remove jcenter
1 parent 23f2d5e commit e3d5187

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77

88
dependencies {
@@ -24,6 +24,8 @@ android {
2424
compileSdkVersion getExtOrIntegerDefault('compileSdkVersion')
2525
buildToolsVersion getExtOrDefault('buildToolsVersion')
2626

27+
namespace "com.reactnativecommunity.imageeditor"
28+
2729
defaultConfig {
2830
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
2931
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')

0 commit comments

Comments
 (0)