Skip to content

Commit 74c014b

Browse files
committed
upgrade sdk version
1 parent beee5f6 commit 74c014b

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ android/app/google-services.json
7070

7171
my-key.keystore
7272
.env.production
73+
74+
Public_release/

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ dependencies {
235235
implementation fileTree(dir: "libs", include: ["*.jar"])
236236
//noinspection GradleDynamicVersion
237237
implementation "com.facebook.react:react-native:+" // From node_modules
238+
implementation "androidx.security:security-crypto:1.0.0-rc01"
238239

239240
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
240241
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"

android/app/version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Sun Apr 19 15:59:55 CEST 2020
2-
VERSION_CODE=39
1+
#Sun Apr 19 18:08:49 CEST 2020
2+
VERSION_CODE=43

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext {
55
googlePlayServicesLocationVersion = "17.0.0"
66
buildToolsVersion = "28.0.3"
7-
minSdkVersion = 21
7+
minSdkVersion = 23
88
compileSdkVersion = 28
99
targetSdkVersion = 28
1010
appCompatVersion = "1.0.2"

0 commit comments

Comments
 (0)