Skip to content

Commit 074054e

Browse files
Prepare 2.0.0 for release
1 parent b623948 commit 074054e

File tree

4 files changed

+24
-16
lines changed

4 files changed

+24
-16
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ GEM
99
public_suffix (>= 2.0.2, < 7.0)
1010
artifactory (3.0.17)
1111
atomos (0.1.3)
12-
aws-eventstream (1.3.2)
13-
aws-partitions (1.1092.0)
14-
aws-sdk-core (3.222.2)
12+
aws-eventstream (1.4.0)
13+
aws-partitions (1.1110.0)
14+
aws-sdk-core (3.225.0)
1515
aws-eventstream (~> 1, >= 1.3.0)
1616
aws-partitions (~> 1, >= 1.992.0)
1717
aws-sigv4 (~> 1.9)
1818
base64
1919
jmespath (~> 1, >= 1.6.1)
2020
logger
21-
aws-sdk-kms (1.99.0)
22-
aws-sdk-core (~> 3, >= 3.216.0)
21+
aws-sdk-kms (1.102.0)
22+
aws-sdk-core (~> 3, >= 3.225.0)
2323
aws-sigv4 (~> 1.5)
24-
aws-sdk-s3 (1.183.0)
25-
aws-sdk-core (~> 3, >= 3.216.0)
24+
aws-sdk-s3 (1.189.0)
25+
aws-sdk-core (~> 3, >= 3.225.0)
2626
aws-sdk-kms (~> 1)
2727
aws-sigv4 (~> 1.5)
28-
aws-sigv4 (1.11.0)
28+
aws-sigv4 (1.12.0)
2929
aws-eventstream (~> 1, >= 1.0.2)
3030
babosa (1.0.4)
31-
base64 (0.2.0)
31+
base64 (0.3.0)
3232
claide (1.1.0)
3333
colored (1.2)
3434
colored2 (3.1.2)
@@ -70,7 +70,7 @@ GEM
7070
faraday_middleware (1.2.1)
7171
faraday (~> 1.0)
7272
fastimage (2.4.0)
73-
fastlane (2.227.1)
73+
fastlane (2.227.2)
7474
CFPropertyList (>= 2.3, < 4.0.0)
7575
addressable (>= 2.8, < 3.0.0)
7676
artifactory (~> 3.0)
@@ -157,7 +157,7 @@ GEM
157157
httpclient (2.9.0)
158158
mutex_m
159159
jmespath (1.6.2)
160-
json (2.11.3)
160+
json (2.12.2)
161161
jwt (2.10.1)
162162
base64
163163
logger (1.7.0)
@@ -172,8 +172,8 @@ GEM
172172
optparse (0.6.0)
173173
os (1.1.4)
174174
plist (3.7.2)
175-
public_suffix (6.0.1)
176-
rake (13.2.1)
175+
public_suffix (6.0.2)
176+
rake (13.3.0)
177177
representable (3.2.0)
178178
declarative (< 0.1.0)
179179
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -184,7 +184,7 @@ GEM
184184
ruby2_keywords (0.0.5)
185185
rubyzip (2.4.1)
186186
security (0.1.5)
187-
signet (0.19.0)
187+
signet (0.20.0)
188188
addressable (~> 2.8)
189189
faraday (>= 0.17.5, < 3.a)
190190
jwt (>= 1.5, < 3.0)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId = "com.mateusrodcosta.apps.share2storage"
2525
minSdk = 28
2626
targetSdk = 35
27-
versionCode = 31
28-
versionName = "1.4.4a"
27+
versionCode = 32
28+
versionName = "2.0.0"
2929

3030
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3131
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Version 2.0.0 drops Android O (8.x) support, users that need Android O support should download the last compatible version at https://github.com/MateusRodCosta/SaveLocally/releases/tag/v1.4.4a
2+
3+
This is also the first version adding crowd-sourced translations, many thanks for the volunteer translators.
4+
See https://hosted.weblate.org/engage/save-locally/ for more info.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
A versão 2.0.0 remove suporte para o Android O (8.x), usuários nessas versões podem baixar a última versão compatível em https://github.com/MateusRodCosta/SaveLocally/releases/tag/v1.4.4a
2+
3+
Esta também é a primeira versão que traz traduções voluntárias, muito obrigado aos tradutores voluntários.
4+
Veja https://hosted.weblate.org/engage/save-locally/ para mais informações.

0 commit comments

Comments
 (0)