forked from vergnet/application-amicale
Increased version number and moved back to keychain 6.0.0 and sdk 18 as it did not fix the known issue
This commit is contained in:
parent
32c77fab05
commit
bc05391708
3 changed files with 7 additions and 7 deletions
|
@ -136,8 +136,8 @@ android {
|
||||||
applicationId 'fr.amicaleinsat.application'
|
applicationId 'fr.amicaleinsat.application'
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 27
|
versionCode 31
|
||||||
versionName "3.0.10"
|
versionName "3.1.3"
|
||||||
missingDimensionStrategy 'react-native-camera', 'general'
|
missingDimensionStrategy 'react-native-camera', 'general'
|
||||||
}
|
}
|
||||||
splits {
|
splits {
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
buildToolsVersion = "29.0.3"
|
buildToolsVersion = "28.0.3"
|
||||||
minSdkVersion = 21
|
minSdkVersion = 21
|
||||||
compileSdkVersion = 29
|
compileSdkVersion = 28
|
||||||
targetSdkVersion = 29
|
targetSdkVersion = 28
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "campus",
|
"name": "campus",
|
||||||
"version": "3.0.10",
|
"version": "3.1.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-native start",
|
"start": "react-native start",
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
"react-native-collapsible": "^1.5.2",
|
"react-native-collapsible": "^1.5.2",
|
||||||
"react-native-gesture-handler": "^1.6.1",
|
"react-native-gesture-handler": "^1.6.1",
|
||||||
"react-native-image-modal": "^1.0.8",
|
"react-native-image-modal": "^1.0.8",
|
||||||
"react-native-keychain": "^6.1.1",
|
"react-native-keychain": "6.0.0",
|
||||||
"react-native-linear-gradient": "^2.5.6",
|
"react-native-linear-gradient": "^2.5.6",
|
||||||
"react-native-localize": "^1.4.0",
|
"react-native-localize": "^1.4.0",
|
||||||
"react-native-modalize": "^2.0.4",
|
"react-native-modalize": "^2.0.4",
|
||||||
|
|
Loading…
Reference in a new issue