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
223
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
Compare Revisions
18fc0e8cf3372c12c643ffae4cd53ad4db9d3e7f...bc60e0852ec5a3bc8ce7d237d95c707abd982846
Source
bc60e0852ec5a3bc8ce7d237d95c707abd982846
...
Target
18fc0e8cf3372c12c643ffae4cd53ad4db9d3e7f
Compare
Commits (2)
(chore) bump version
· 2fcb13c6
Martin Santangelo
authored
33 minutes ago
2fcb13c6
(fix) circle regex
· bc60e085
Martin Santangelo
authored
15 minutes ago
bc60e085
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
.circleci/config.yml
View file @
bc60e085
...
...
@@ -202,8 +202,8 @@ workflows:
filters
:
branches
:
only
:
-
/^stable
-
*/
-
/^test
-
*/
-
/^stable
.
*/
-
/^test
.
*/
-
test/circle-ci
-
sentry
:
requires
:
...
...
This diff is collapsed.
android/gradle.properties
View file @
bc60e085
...
...
@@ -26,10 +26,10 @@ org.gradle.jvmargs=-Xmx2048m
systemProp.org.gradle.internal.http.connectionTimeout
=
180000
systemProp.org.gradle.internal.http.socketTimeout
=
180000
versionName
=
3.15.
0
versionName
=
3.15.
1
# CUSTOM
versionCode
=
10500000
19
versionCode
=
10500000
20
# PLAY STORE (Keep double hash for the CI)
## versionCode=31003
8
## versionCode=31003
9
This diff is collapsed.
ios/Minds-tvOS/Info.plist
View file @
bc60e085
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.15.
0
</string>
<string>
3.15.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.
ios/Minds-tvOSTests/Info.plist
View file @
bc60e085
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.15.
0
</string>
<string>
3.15.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.
ios/Minds/Info.plist
View file @
bc60e085
...
...
@@ -19,7 +19,7 @@
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.15.
0
</string>
<string>
3.15.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleURLTypes
</key>
...
...
This diff is collapsed.
ios/MindsTests/Info.plist
View file @
bc60e085
...
...
@@ -15,7 +15,7 @@
<key>
CFBundlePackageType
</key>
<string>
BNDL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
3.15.
0
</string>
<string>
3.15.
1
</string>
<key>
CFBundleSignature
</key>
<string>
????
</string>
<key>
CFBundleVersion
</key>
...
...
This diff is collapsed.