File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ android {
145
145
applicationId " com.litten"
146
146
minSdkVersion rootProject. ext. minSdkVersion
147
147
targetSdkVersion rootProject. ext. targetSdkVersion
148
- versionCode 14
149
- versionName " 1.1.0 "
148
+ versionCode 15
149
+ versionName " 1.2.0-rc.2 "
150
150
multiDexEnabled true
151
151
vectorDrawables. useSupportLibrary = true
152
152
// Read the API key from ./secure.properties into R.string.maps_api_key
Original file line number Diff line number Diff line change 558
558
CODE_SIGN_ENTITLEMENTS = litten/litten.entitlements;
559
559
CODE_SIGN_IDENTITY = "Apple Development";
560
560
CODE_SIGN_STYLE = Automatic;
561
- CURRENT_PROJECT_VERSION = 14 ;
561
+ CURRENT_PROJECT_VERSION = 15 ;
562
562
DEVELOPMENT_TEAM = P5MX362AFR;
563
563
ENABLE_BITCODE = NO;
564
564
GCC_PREPROCESSOR_DEFINITIONS = (
662
662
CODE_SIGN_ENTITLEMENTS = litten/litten.entitlements;
663
663
CODE_SIGN_IDENTITY = "Apple Distribution: Joao Carmo (P5MX362AFR)";
664
664
CODE_SIGN_STYLE = Manual;
665
- CURRENT_PROJECT_VERSION = 14 ;
665
+ CURRENT_PROJECT_VERSION = 15 ;
666
666
DEVELOPMENT_TEAM = P5MX362AFR;
667
667
HEADER_SEARCH_PATHS = (
668
668
"$(inherited)",
Original file line number Diff line number Diff line change 21
21
<key >CFBundlePackageType </key >
22
22
<string >APPL </string >
23
23
<key >CFBundleShortVersionString </key >
24
- <string >1.1 .0 </string >
24
+ <string >1.2 .0 </string >
25
25
<key >CFBundleSignature </key >
26
26
<string >???? </string >
27
27
<key >CFBundleURLTypes </key >
38
38
</dict >
39
39
</array >
40
40
<key >CFBundleVersion </key >
41
- <string >14 </string >
41
+ <string >15 </string >
42
42
<key >ITSAppUsesNonExemptEncryption </key >
43
- <false />
43
+ <false />
44
44
<key >LSApplicationQueriesSchemes </key >
45
45
<array >
46
46
<string >https </string >
50
50
<string >tel </string >
51
51
</array >
52
52
<key >LSRequiresIPhoneOS </key >
53
- <true />
53
+ <true />
54
54
<key >NSAppTransportSecurity </key >
55
55
<dict >
56
56
<key >NSAllowsArbitraryLoads </key >
57
- <true />
57
+ <true />
58
58
<key >NSExceptionDomains </key >
59
59
<dict >
60
60
<key >localhost </key >
61
61
<dict >
62
62
<key >NSExceptionAllowsInsecureHTTPLoads </key >
63
- <true />
63
+ <true />
64
64
</dict >
65
65
</dict >
66
66
</dict >
92
92
<string >UIInterfaceOrientationPortrait </string >
93
93
</array >
94
94
<key >UIViewControllerBasedStatusBarAppearance </key >
95
- <false />
95
+ <false />
96
96
</dict >
97
97
</plist >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1 .0 </string >
18
+ <string >1.2 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >14 </string >
22
+ <string >15 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " litten" ,
3
3
"description" : " Finding new friends for furry friends" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.2.0-rc.2 " ,
5
5
"private" : true ,
6
6
"main" : " ./index.js" ,
7
7
"directories" : {
You can’t perform that action at this time.
0 commit comments