Skip to content

Commit df57153

Browse files
Lunotterenovate-botdependabot[bot]renovate[bot]
authored
Mise à jour des dépendances et de la doc (#83)
* Update dependencies (non-major) * ajout information sur repo * Update dependencies (non-major) * Update dependency com.android.tools.build:gradle to v4.2.2 * Update .travis.yml * Bump tmpl from 1.0.4 to 1.0.5 Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Update .travis.yml * Update dependency gradle to v6.9.1 * Update FLIPPER_VERSION to v0.119.0 (#80) Co-authored-by: Renovate Bot <bot@renovateapp.com> * 1.0.1 Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 430eb71 commit df57153

File tree

6 files changed

+118
-402
lines changed

6 files changed

+118
-402
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ node_js:
77
addons:
88
sonarcloud:
99
organization: lunotte
10-
token:
11-
secure: CAQU2vUkt0KpE0QBfZKTE3aSjF5VjGHfpZTqOC9Qm8lK1zDgECU1BIPuNjgGyS7/tblAmEafdFL7nTqU+430Q5WJU1DQ5cNxfUbhr7g8OwivpY4assxinxu/p2eEkpOq0EUpAXuDTv6VanKX1ZsCtH9XXX5tQ2kLPTkZqMmGtx0ZMDb/FfoK5S5sxYbalM9+gYRF9moQk7XrHdepLQAN3xaHWm9HCnHpOINJn5/lL5Go08LX64Nidm0ETkdkyVarLlEndqVkrmOlVdoOd9V5XzZaNJ9BUOX5a1jHrJebzxCX2suuKau1d2wKgy1sAD3rn8U6SnIznbvQ1JbZFlIVfV4McJ88C+DUbP5e+Y28yGMOTGVBV2ppMPIlcmmhglPX+gZnxYuR6jl3VjjMQ7W1qwFkBg9P2FUGyEkllC4VNdxY2zhlx31mVk+iefhtD8T1FDQIagNDQ6PISmsJB4xJtuFw5c24VdE9fL41yYDYDmYgm/nEfGVd3+1Va5JscstYz7ZshiWiE+o+kCwglvp0e3TcaMcmRRM9BBEwXLJ77O+O4UvOo99RFm6OVwGRmS1ioKDaVAB+RAqkwijfQFGXmwBJIPcTKwvasTzfGjQpwJyst9jUUmA/O5Ahvmqfqch2DysdIqvW2y1fX+vTst1nh7i7Z++ObrbeFwDQnMd9TIo=
10+
# token:
11+
# secure: 104cccd30914117579b8b26ca9499e786cd9f3ed
1212
cache:
1313
directories:
1414
- node_modules

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:4.2.0")
16+
classpath("com.android.tools.build:gradle:4.2.2")
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files
1919
}

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ android.useAndroidX=true
2525
android.enableJetifier=true
2626

2727
# Version of flipper SDK to use with React Native
28-
FLIPPER_VERSION=0.118.1
28+
FLIPPER_VERSION=0.119.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)