Rename Java packages from sonar to flipper
Summary: This soft-breaks Android Studio support because folder names no longer map to package names, but this will be mitigated by future diffs. Steps taken for rename: ``` cd xplat/sonar/android/; ambr 'com.facebook.sonar' 'com.facebook.flipper' ``` Reviewed By: danielbuechele Differential Revision: D9850009 fbshipit-source-id: d26d8ab783e7050e4e2fbdd0c35eae3f97879464
This commit is contained in:
committed by
Facebook Github Bot
parent
da851bd7e6
commit
88ca69a13f
2
android/third-party/AndroidManifest.xml
vendored
2
android/third-party/AndroidManifest.xml
vendored
@@ -1,3 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="com.facebook.sonar.thirdparty">
|
||||
<manifest package="com.facebook.flipper.thirdparty">
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user