GaneshSinghPapola / rn-samsung-health

React Native package to access Samsung Health data using samsung health kit android sdk
The Unlicense
36 stars 18 forks source link

Runtime dependency error #13

Open himelsaha29 opened 2 years ago

himelsaha29 commented 2 years ago

In build gradle, dependencies { compile 'com.facebook.react:react-native:+' compile fileTree(dir: "libs", include: ["*.jar"]) } should be changed to dependencies { implementation 'com.facebook.react:react-native:+' implementation fileTree(dir: "libs", include: ["*.jar"]) } to avoid runtime issues.

Y-k-Y commented 2 years ago

@himelsaha29 Thanks man!