File tree 1 file changed +12
-4
lines changed
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
"expo" : {
3
3
"name" : " Wordnote Dictionary" ,
4
4
"slug" : " dictionote" ,
5
- "version" : " 1.4 .0" ,
5
+ "version" : " 1.5 .0" ,
6
6
"orientation" : " portrait" ,
7
7
"icon" : " ./assets/icon.png" ,
8
8
"privacy" : " unlisted" ,
15
15
"updates" : {
16
16
"fallbackToCacheTimeout" : 0
17
17
},
18
- "assetBundlePatterns" : [" **/*" , " assets/**" ],
18
+ "assetBundlePatterns" : [
19
+ " **/*" ,
20
+ " assets/**"
21
+ ],
19
22
"ios" : {
20
- "buildNumber" : " 4 " ,
23
+ "buildNumber" : " 6 " ,
21
24
"supportsTablet" : false ,
22
25
"infoPlist" : {
23
26
"CFBundleAllowMixedLocalizations" : true ,
35
38
},
36
39
"allowBackup" : true ,
37
40
"package" : " com.zehfernandes.dictionote" ,
38
- "versionCode" : 4
41
+ "versionCode" : 6
39
42
},
40
43
"locales" : {
41
44
"pt" : " ./storelocales/pt.json"
42
45
},
43
46
"web" : {
44
47
"favicon" : " ./assets/favicon.png"
48
+ },
49
+ "extra" : {
50
+ "eas" : {
51
+ "projectId" : " a3903e0f-b695-4889-9222-d6684c190e35"
52
+ }
45
53
}
46
54
}
47
55
}
You can’t perform that action at this time.
0 commit comments