We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10a758 commit 295ee4eCopy full SHA for 295ee4e
example/android/app/build.gradle
@@ -93,15 +93,15 @@ dependencies {
93
}
94
95
task copyDownloadableDepsToLibs(type: Copy) {
96
- from configurations.compile
+ from configurations.implementation
97
into 'libs'
98
99
100
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
101
102
configurations.all {
103
resolutionStrategy {
104
- force 'androidx.core:core:1.6.0'
105
- force 'androidx.core:core-ktx:1.6.0'
+ force 'androidx.core:core:1.8.0'
+ force 'androidx.core:core-ktx:1.8.0'
106
107
0 commit comments