Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
celian-rib committed Nov 25, 2022
1 parent 1720b09 commit 3aa7b43
Show file tree
Hide file tree
Showing 6 changed files with 1,088 additions and 1,070 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ ANDROID :
- Incrémenter versionCode
- Changer versionName

4. Vérifier les urls custom de serveur dans app.json (Doit être sur `null`)

5. Mettre productionMode sur **true** dans app.json :
4. Mettre productionMode sur **true** dans app.json :
- `true` : serveur de production
- `false` : serveur de pré-production / développement

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ android {
applicationId "com.dropy.project"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9
versionName "0.0.9"
versionCode 10
versionName "0.0.10"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
vectorDrawables.useSupportLibrary = true

Expand Down
2,122 changes: 1,071 additions & 1,051 deletions android/app/src/main/assets/index.android.bundle

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "Dropy",
"displayName": "Dropy",

"version": "0.0.9",
"version": "0.0.10",
"versionFlag": "private-beta-rc",
"requiredServerVersion": "0.0.9",
"requiredServerVersion": "0.0.10",

"productionMode": false
"productionMode": true
}
18 changes: 9 additions & 9 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- boost (1.76.0)
- BVLinearGradient (2.5.6):
- React
- BVLinearGradient (2.6.2):
- React-Core
- CocoaLumberjack (3.7.4):
- CocoaLumberjack/Core (= 3.7.4)
- CocoaLumberjack/Core (3.7.4)
Expand Down Expand Up @@ -303,13 +303,13 @@ PODS:
- React-Core
- react-native-geolocation-service (5.3.1):
- React
- react-native-google-maps (1.1.0):
- react-native-google-maps (1.3.2):
- Google-Maps-iOS-Utils (= 4.1.0)
- GoogleMaps (= 7.0.0)
- React-Core
- react-native-image-resizer (1.4.5):
- React-Core
- react-native-maps (1.1.0):
- react-native-maps (1.3.2):
- React-Core
- react-native-notifications (4.3.1):
- React-Core
Expand Down Expand Up @@ -389,7 +389,7 @@ PODS:
- RNBackgroundGeolocation (4.7.1):
- CocoaLumberjack (~> 3.7.2)
- React-Core
- RNCAsyncStorage (1.17.6):
- RNCAsyncStorage (1.17.11):
- React-Core
- RNDeviceInfo (10.1.1):
- React-Core
Expand Down Expand Up @@ -660,7 +660,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
BVLinearGradient: 34a999fda29036898a09c6a6b728b0b4189e1a44
CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
EXApplication: d6562af1204162e0ac46d341a7d4e5dc720b33de
Expand Down Expand Up @@ -705,9 +705,9 @@ SPEC CHECKSUMS:
react-native-config: 7cd105e71d903104e8919261480858940a6b9c0e
react-native-geolocation: 69f4fd37650b8e7fee91816d395e62dd16f5ab8d
react-native-geolocation-service: 608e1da71a1ac31b4de64d9ef2815f697978c55b
react-native-google-maps: ddb50b6803641170d52c22d24629c51086bbd27e
react-native-google-maps: 035ad2f9b4974f22af3d4d4c6993960a181b0aaf
react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f
react-native-maps: de23d141fa0289d1896739d0ddc8c5d11d9ca800
react-native-maps: 085f614cf14d3637b2048bb9752da5b1c27c2886
react-native-notifications: 33ec77006f7987bb22de8f1665889abc633b9196
react-native-safe-area-context: 6c12e3859b6f27b25de4fee8201cfb858432d8de
React-perflogger: 0458a87ea9a7342079e7a31b0d32b3734fb8415f
Expand All @@ -724,7 +724,7 @@ SPEC CHECKSUMS:
ReactCommon: 149e2c0acab9bac61378da0db5b2880a1b5ff59b
RNBackgroundFetch: 0d378f04faa1244f6eb3787f51f7d99520c1fe5e
RNBackgroundGeolocation: 7dde1b7d63266d91efd5a5aea60f3879a38d4335
RNCAsyncStorage: 466b9df1a14bccda91da86e0b7d9a345d78e1673
RNCAsyncStorage: 8616bd5a58af409453ea4e1b246521bb76578d60
RNDeviceInfo: 89bc4fe36cf4c8955965609b140d29a335d5350d
RNFastImage: 1f2cab428712a4baaf78d6169eaec7f622556dd7
RNGestureHandler: 62232ba8f562f7dea5ba1b3383494eb5bf97a4d3
Expand Down
4 changes: 2 additions & 2 deletions ios/dropy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.9;
MARKETING_VERSION = 0.0.10;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down Expand Up @@ -483,7 +483,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.9;
MARKETING_VERSION = 0.0.10;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 3aa7b43

Please sign in to comment.