Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Mobile
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
192
Merge Requests
11
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Compare Revisions
5920ef785c6159bdb483db3d08b1a8eb27777dfb...acefded350759031fd650b721f8cc1e1e30862a0
Source
acefded350759031fd650b721f8cc1e1e30862a0
...
Target
5920ef785c6159bdb483db3d08b1a8eb27777dfb
Compare
Commits (2)
(chore) bump app version
· a90c0d96
Martin Santangelo
authored
1 hour ago
a90c0d96
Merge branch 'feat/bump-version' into 'release/3.12.1'
· acefded3
Martin Santangelo
authored
57 minutes ago
bump app version See merge request
!449
acefded3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
android/gradle.properties
View file @
acefded3
...
...
@@ -26,10 +26,10 @@ org.gradle.jvmargs=-Xmx2048m
systemProp.org.gradle.internal.http.connectionTimeout
=
180000
systemProp.org.gradle.internal.http.socketTimeout
=
180000
versionName
=
3.12.
0
versionName
=
3.12.
1
# CUSTOM
versionCode
=
105000001
6
versionCode
=
105000001
7
# PLAY STORE
# versionCode=31003
4
# versionCode=31003
5
This diff is collapsed.
ios/Minds-tvOS/Info.plist
View file @
acefded3
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.12.
0
</string>
<string>
3.12.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.
ios/Minds-tvOSTests/Info.plist
View file @
acefded3
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.12.
0
</string>
<string>
3.12.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.
ios/Minds/Info.plist
View file @
acefded3
...
...
@@ -9,7 +9,7 @@
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleGetInfoString
</key>
<string
/
>
<string
></string
>
<key>
CFBundleIdentifier
</key>
<string>
$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
...
...
@@ -19,11 +19,9 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.12.
0
</string>
<string>
3.12.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
UIUserInterfaceStyle
</key>
<string>
Light
</string>
<key>
CFBundleURLTypes
</key>
<array>
<dict>
...
...
@@ -42,7 +40,7 @@
<key>
ITSAppUsesNonExemptEncryption
</key>
<false/>
<key>
LSApplicationCategoryType
</key>
<string
/
>
<string
></string
>
<key>
LSRequiresIPhoneOS
</key>
<true/>
<key>
NSAppTransportSecurity
</key>
...
...
@@ -66,7 +64,7 @@
<key>
NSCameraUsageDescription
</key>
<string>
$(PRODUCT_NAME) needs access to use your camera in order to upload images or videos
</string>
<key>
NSLocationWhenInUseUsageDescription
</key>
<string
/
>
<string
></string
>
<key>
NSMicrophoneUsageDescription
</key>
<string>
$(PRODUCT_NAME) needs access to your microphone in order to record videos
</string>
<key>
NSPhotoLibraryAddUsageDescription
</key>
...
...
@@ -125,6 +123,8 @@
<string>
UIInterfaceOrientationLandscapeRight
</string>
<string>
UIInterfaceOrientationLandscapeLeft
</string>
</array>
<key>
UIUserInterfaceStyle
</key>
<string>
Light
</string>
<key>
UIViewControllerBasedStatusBarAppearance
</key>
<false/>
</dict>
...
...
This diff is collapsed.
ios/MindsTests/Info.plist
View file @
acefded3
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.12.
0
</string>
<string>
3.12.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.