Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
9bded479
Commit
9bded479
authored
Jun 13, 2019
by
Sébastiaan Versteeg
Browse files
Merge branch 'bump-version' into 'master'
Bump version See merge request
!286
parents
2ad3873d
9fbeb1e0
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
android/app/build.gradle
View file @
9bded479
...
...
@@ -37,8 +37,8 @@ android {
applicationId
"com.thaliapp"
minSdkVersion
rootProject
.
ext
.
minSdkVersion
targetSdkVersion
rootProject
.
ext
.
targetSdkVersion
versionCode
43
3
versionName
"2.
7
.0"
versionCode
43
4
versionName
"2.
8
.0"
}
splits
{
...
...
ios/ThaliApp/Info.plist
View file @
9bded479
...
...
@@ -17,11 +17,11 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
2.
7
.0
</string>
<string>
2.
8
.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
<string>
1
8
</string>
<string>
1
9
</string>
<key>
LSApplicationQueriesSchemes
</key>
<array>
<string>
whatsapp
</string>
...
...
@@ -40,6 +40,16 @@
</dict>
</dict>
</dict>
<key>
NSCameraUsageDescription
</key>
<string>
$(PRODUCT_NAME) would like to use your camera
</string>
<key>
NSLocationWhenInUseUsageDescription
</key>
<string>
$(PRODUCT_NAME) is using your location.
</string>
<key>
NSMicrophoneUsageDescription
</key>
<string>
$(PRODUCT_NAME) would like to your microphone (for videos)
</string>
<key>
NSPhotoLibraryAddUsageDescription
</key>
<string>
$(PRODUCT_NAME) would like to save photos to your photo gallery
</string>
<key>
NSPhotoLibraryUsageDescription
</key>
<string>
$(PRODUCT_NAME) would like access to your photo gallery
</string>
<key>
UIAppFonts
</key>
<array>
<string>
AntDesign.ttf
</string>
...
...
@@ -78,15 +88,5 @@
</array>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<false/>
<key>
NSLocationWhenInUseUsageDescription
</key>
<string>
$(PRODUCT_NAME) is using your location.
</string>
<key>
NSPhotoLibraryUsageDescription
</key>
<string>
$(PRODUCT_NAME) would like access to your photo gallery
</string>
<key>
NSCameraUsageDescription
</key>
<string>
$(PRODUCT_NAME) would like to use your camera
</string>
<key>
NSPhotoLibraryAddUsageDescription
</key>
<string>
$(PRODUCT_NAME) would like to save photos to your photo gallery
</string>
<key>
NSMicrophoneUsageDescription
</key>
<string>
$(PRODUCT_NAME) would like to your microphone (for videos)
</string>
</dict>
</plist>
yarn.lock
View file @
9bded479
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment