From fe2c5d957eb23a32f656bd228849754b782c25a4 Mon Sep 17 00:00:00 2001 From: Elias Lecomte Date: Fri, 1 May 2020 13:15:57 +0200 Subject: [PATCH 1/2] fix(android): go back to to fix not having internet access on Android 10. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 59c88c8..b06e42f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -36,6 +36,6 @@ dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' - implementation 'com.thanosfisherman.wifiutils:wifiutils:1.5.1' + implementation 'com.thanosfisherman.wifiutils:wifiutils:1.5.0' } \ No newline at end of file From 5b653a3686561fcc8a4156830cd17bede81c89e5 Mon Sep 17 00:00:00 2001 From: Elias Lecomte Date: Fri, 1 May 2020 13:22:36 +0200 Subject: [PATCH 2/2] chore(android): update .gitignore for android auto generated files --- .gitignore | 2 ++ example/RNWifiReborn/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8e29aa9..c7229f8 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ build/ .gradle local.properties *.iml +android/.settings/ +.project # BUCK buck-out/ diff --git a/example/RNWifiReborn/.gitignore b/example/RNWifiReborn/.gitignore index ad572e6..723752e 100644 --- a/example/RNWifiReborn/.gitignore +++ b/example/RNWifiReborn/.gitignore @@ -28,6 +28,7 @@ build/ .gradle local.properties *.iml +android/.settings/ # node.js #