File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ android {
103
103
applicationId " pl.ceburilo"
104
104
minSdkVersion 16
105
105
targetSdkVersion 26
106
- versionCode 6
107
- versionName " 0.2 .0"
106
+ versionCode 7
107
+ versionName " 0.3 .0"
108
108
ndk {
109
109
abiFilters " armeabi-v7a" , " x86"
110
110
}
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.2 .0 </string >
18
+ <string >0.3 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >6 </string >
22
+ <string >7 </string >
23
23
<key >LSRequiresIPhoneOS </key >
24
24
<true />
25
25
<key >UILaunchStoryboardName </key >
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 >0.2 .0 </string >
18
+ <string >0.3 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >6 </string >
22
+ <string >7 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1287
1287
isa = XCBuildConfiguration;
1288
1288
buildSettings = {
1289
1289
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1290
- CURRENT_PROJECT_VERSION = 6 ;
1290
+ CURRENT_PROJECT_VERSION = 7 ;
1291
1291
DEAD_CODE_STRIPPING = NO;
1292
1292
INFOPLIST_FILE = CeburiloApp/Info.plist;
1293
1293
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1310
1310
isa = XCBuildConfiguration;
1311
1311
buildSettings = {
1312
1312
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1313
- CURRENT_PROJECT_VERSION = 6 ;
1313
+ CURRENT_PROJECT_VERSION = 7 ;
1314
1314
INFOPLIST_FILE = CeburiloApp/Info.plist;
1315
1315
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
1316
1316
OTHER_LDFLAGS = (
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >0.2 .0 </string >
20
+ <string >0.3 .0 </string >
21
21
<key >CFBundleSignature </key >
22
22
<string >???? </string >
23
23
<key >CFBundleVersion </key >
24
- <string >6 </string >
24
+ <string >7 </string >
25
25
<key >LSRequiresIPhoneOS </key >
26
26
<true />
27
27
<key >UILaunchStoryboardName </key >
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 >0.2 .0 </string >
18
+ <string >0.3 .0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >6 </string >
22
+ <string >7 </string >
23
23
</dict >
24
24
</plist >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " CeburiloApp" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"private" : true ,
5
5
"devDependencies" : {
6
6
"babel-eslint" : " ^8.2.3" ,
You can’t perform that action at this time.
0 commit comments