Skip to content

Commit

Permalink
Release beta 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed Jan 20, 2023
1 parent 6dc427f commit e7cf44e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 18 deletions.
24 changes: 12 additions & 12 deletions android/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ GEM
artifactory (3.0.15)
atomos (0.1.3)
aws-eventstream (1.2.0)
aws-partitions (1.665.0)
aws-sdk-core (3.168.1)
aws-partitions (1.696.0)
aws-sdk-core (3.169.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.59.0)
aws-sdk-kms (1.62.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.117.1)
aws-sdk-s3 (1.118.0)
aws-sdk-core (~> 3, >= 3.165.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
Expand All @@ -36,8 +36,8 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
emoji_regex (3.2.3)
excon (0.94.0)
faraday (1.10.2)
excon (0.97.1)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -106,9 +106,9 @@ GEM
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.31.0)
google-apis-androidpublisher_v3 (0.32.0)
google-apis-core (>= 0.9.1, < 2.a)
google-apis-core (0.9.1)
google-apis-core (0.9.5)
addressable (~> 2.5, >= 2.5.1)
googleauth (>= 0.16.2, < 2.a)
httpclient (>= 2.8.1, < 3.a)
Expand Down Expand Up @@ -149,10 +149,10 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
jmespath (1.6.2)
json (2.6.2)
jwt (2.5.0)
json (2.6.3)
jwt (2.6.0)
memoist (0.16.2)
mini_magick (4.11.0)
mini_magick (4.12.0)
mini_mime (1.1.2)
multi_json (1.15.0)
multipart-post (2.0.0)
Expand All @@ -161,7 +161,7 @@ GEM
optparse (0.1.1)
os (1.1.4)
plist (3.6.0)
public_suffix (5.0.0)
public_suffix (5.0.1)
rake (13.0.6)
representable (3.2.0)
declarative (< 0.1.0)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Version 0.10.2
2023-01-20

- Fix webview background sometimes transparent
- Fix email link in about page opened in in-app browser
- Minor style improvements
6 changes: 6 additions & 0 deletions android/fastlane/metadata/android/pro/en-US/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Version 0.10.2
2023-01-20

- Fix webview background sometimes transparent
- Fix email link in about page opened in in-app browser
- Minor style improvements
8 changes: 4 additions & 4 deletions android/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
freeVersionName=0.10.1
freeVersionCode=94
proVersionName=0.10.1
proVersionCode=94
freeVersionName=0.10.2
freeVersionCode=95
proVersionName=0.10.2
proVersionCode=95
6 changes: 4 additions & 2 deletions assets/changelogs/95.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Version 0.10.2
2023-xx-xx
2023-01-20

- Fix webview background sometimes transparent
- Fix webview background sometimes transparent
- Fix email link in about page opened in in-app browser
- Minor style improvements

0 comments on commit e7cf44e

Please sign in to comment.