File tree 4 files changed +9
-6
lines changed
fastlane/metadata/com.akylas.documentscanner/android/en-US/changelogs
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >CFBundleShortVersionString </key >
6
- <string >1.5.8 </string >
6
+ <string >1.5.9 </string >
7
7
<key >CFBundleVersion </key >
8
- <string >32 </string >
8
+ <string >33 </string >
9
9
<key >CFBundleDevelopmentRegion </key >
10
10
<string >en </string >
11
11
<key >CFBundleDisplayName </key >
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
defaultConfig {
12
12
multiDexEnabled false
13
13
minSdkVersion 21
14
- versionCode 114
15
- versionName " 1.13.8 "
14
+ versionCode 115
15
+ versionName " 1.13.9 "
16
16
17
17
// if (project.hasProperty('resConfigs')) {
18
18
// def resConfigs = project.findProperty('resConfigs')
Original file line number Diff line number Diff line change 3
3
<plist version =" 1.0" >
4
4
<dict >
5
5
<key >CFBundleShortVersionString </key >
6
- <string >1.11.7 </string >
6
+ <string >1.11.8 </string >
7
7
<key >CFBundleVersion </key >
8
- <string >53 </string >
8
+ <string >54 </string >
9
9
<key >CFBundleDevelopmentRegion </key >
10
10
<string >en </string >
11
11
<key >CFBundleDisplayName </key >
Original file line number Diff line number Diff line change
1
+ Bug fixes:
2
+ - crash while trying to add local folder sync
3
+ - pdf import type choice was made persistent on click
You can’t perform that action at this time.
0 commit comments