Skip to content

Commit

Permalink
Fixed lint and type check errors in Ledger Live Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasFlamel1 committed Aug 15, 2024
1 parent e9207b3 commit 4ee1fb5
Show file tree
Hide file tree
Showing 8 changed files with 1,449 additions and 905 deletions.
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36176158
versionName "3.40.1"
versionName "3.47.2"
resValue "string", "build_config_package", "com.ledger.live"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
10 changes: 10 additions & 0 deletions apps/ledger-live-mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ buildscript {
targetCompatibility = JavaVersion.VERSION_17
}
}
subprojects { subproject ->
afterEvaluate{
if((subproject.plugins.hasPlugin('android') || subproject.plugins.hasPlugin('android-library'))) {
android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
}
}
}
}
}
apply plugin: "com.facebook.react.rootproject"

Expand Down
2 changes: 2 additions & 0 deletions apps/ledger-live-mobile/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ newArchEnabled=false
hermesEnabled=true

android.defaults.buildfeatures.buildconfig=true

kotlin.jvm.target.validation.mode = IGNORE
10 changes: 6 additions & 4 deletions apps/ledger-live-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,22 @@
"d3-scale": "^3.2.1",
"d3-shape": "^1.3.7",
"date-fns": "^2.23.0",
"expo": "^50.0.3",
"expo-barcode-scanner": "~12.9.2",
"expo": "~50.0.19",
"expo-barcode-scanner": "~12.9.3",
"expo-camera": "14.1.3",
"expo-file-system": "~16.0.5",
"expo-file-system": "~16.0.9",
"expo-image-loader": "~4.6.0",
"expo-image-manipulator": "~11.8.0",
"expo-keep-awake": "~12.8.2",
"expo-modules-autolinking": "^1.10.2",
"expo-modules-core": "^1.11.8",
"expo-modules-core": "~1.11.13",
"expo-random": "^13.6.0",
"fuse.js": "^6.4.6",
"hoist-non-react-statics": "3.3.2",
"i18next": "20.6.1",
"invariant": "2.2.4",
"json-rpc-2.0": "^0.2.19",
"js-sha256": "^0.9.0",
"lodash": "4.17.21",
"lottie-react-native": "^6.7.0",
"moment": "^2.29.1",
Expand Down
Loading

0 comments on commit 4ee1fb5

Please sign in to comment.