Skip to content

Commit defe02d

Browse files
cortinicofacebook-github-bot
authored andcommitted
Fix correct namespace for Fresco's ui-core module
Reviewed By: oprisnik Differential Revision: D64183877 fbshipit-source-id: 0477ebbffdb5fd626f8c03c3995e8433a0454bc3
1 parent 80414f9 commit defe02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
buildToolsVersion FrescoConfig.buildToolsVersion
1919
compileSdkVersion FrescoConfig.compileSdkVersion
2020

21-
namespace "com.facebook.fresco.ui.common"
21+
namespace "com.facebook.fresco.ui.core"
2222

2323
defaultConfig {
2424
minSdkVersion FrescoConfig.minSdkVersion

0 commit comments

Comments
 (0)