File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
platforms/expo/48/android/app Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ android {
113113
114114 compileSdkVersion rootProject. ext. compileSdkVersion
115115
116- namespace " com.48 "
116+ namespace " com.expo48 "
117117 defaultConfig {
118- applicationId " com.48 "
118+ applicationId " com.expo48 "
119119 minSdkVersion rootProject. ext. minSdkVersion
120120 targetSdkVersion rootProject. ext. targetSdkVersion
121121 versionCode 1
Original file line number Diff line number Diff line change 44 * <p>This source code is licensed under the MIT license found in the LICENSE file in the root
55 * directory of this source tree.
66 */
7- package com .48 ;
7+ package com .expo48 ;
88
99import android .content .Context ;
1010import com .facebook .flipper .android .AndroidFlipperClient ;
Original file line number Diff line number Diff line change 1- package com .48 ;
1+ package com .expo48 ;
22
33import android .os .Build ;
44import android .os .Bundle ;
Original file line number Diff line number Diff line change 1- package com .48 ;
1+ package com .expo48 ;
22
33import android .app .Application ;
44import android .content .res .Configuration ;
Original file line number Diff line number Diff line change 44 * <p>This source code is licensed under the MIT license found in the LICENSE file in the root
55 * directory of this source tree.
66 */
7- package com .48 ;
7+ package com .expo48 ;
88
99import android .content .Context ;
1010import com .facebook .react .ReactInstanceManager ;
You can’t perform that action at this time.
0 commit comments