File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -70,3 +70,5 @@ android/app/google-services.json
7070
7171my-key.keystore
7272.env.production
73+
74+ Public_release /
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments