Skip to content

Commit

Permalink
fix: implementation fixed to version 0.68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiraydinli committed Dec 11, 2022
1 parent ef0edd0 commit 9765318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -54,5 +54,5 @@ repositories {

dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "com.facebook.react:react-native:0.68.2" // From node_modules
}
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Expand Up @@ -181,7 +181,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "com.facebook.react:react-native:0.68.2" // From node_modules


implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
Expand Down

0 comments on commit 9765318

Please sign in to comment.