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
217
Merge Requests
12
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
614ae7ff
Commit
614ae7ff
authored
1 hour ago
by
Martin Santangelo
Browse files
Options
Download
(chore) version bumo
parent
5fd0b1b4
test/3.16.0-smoke1
new-navigation-designs
1 merge request
!504
WIP: New navigation Screens
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
android/gradle.properties
View file @
614ae7ff
...
...
@@ -26,10 +26,10 @@ org.gradle.jvmargs=-Xmx2048m
systemProp.org.gradle.internal.http.connectionTimeout
=
180000
systemProp.org.gradle.internal.http.socketTimeout
=
180000
versionName
=
3.1
5.1
versionName
=
3.1
6.0
# CUSTOM
versionCode
=
105000002
0
versionCode
=
105000002
1
# PLAY STORE (Keep double hash for the CI)
## versionCode=3100
39
## versionCode=3100
40
This diff is collapsed.
ios/Minds-tvOS/Info.plist
View file @
614ae7ff
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.1
5.1
</string>
<string>
3.1
6.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.
ios/Minds-tvOSTests/Info.plist
View file @
614ae7ff
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.1
5.1
</string>
<string>
3.1
6.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.
ios/Minds/Info.plist
View file @
614ae7ff
...
...
@@ -19,7 +19,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.1
5.1
</string>
<string>
3.1
6.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleURLTypes
</key>
...
...
This diff is collapsed.
ios/MindsTests/Info.plist
View file @
614ae7ff
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.1
5.1
</string>
<string>
3.1
6.0
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.
Please
register
or
sign in
to comment