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 {
113
113
114
114
compileSdkVersion rootProject. ext. compileSdkVersion
115
115
116
- namespace " com.48 "
116
+ namespace " com.expo48 "
117
117
defaultConfig {
118
- applicationId " com.48 "
118
+ applicationId " com.expo48 "
119
119
minSdkVersion rootProject. ext. minSdkVersion
120
120
targetSdkVersion rootProject. ext. targetSdkVersion
121
121
versionCode 1
Original file line number Diff line number Diff line change 4
4
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
5
5
* directory of this source tree.
6
6
*/
7
- package com .48 ;
7
+ package com .expo48 ;
8
8
9
9
import android .content .Context ;
10
10
import com .facebook .flipper .android .AndroidFlipperClient ;
Original file line number Diff line number Diff line change 1
- package com .48 ;
1
+ package com .expo48 ;
2
2
3
3
import android .os .Build ;
4
4
import android .os .Bundle ;
Original file line number Diff line number Diff line change 1
- package com .48 ;
1
+ package com .expo48 ;
2
2
3
3
import android .app .Application ;
4
4
import android .content .res .Configuration ;
Original file line number Diff line number Diff line change 4
4
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
5
5
* directory of this source tree.
6
6
*/
7
- package com .48 ;
7
+ package com .expo48 ;
8
8
9
9
import android .content .Context ;
10
10
import com .facebook .react .ReactInstanceManager ;
You can’t perform that action at this time.
0 commit comments