Skip to content

Commit

Permalink
Change minSDK in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanSe Dussan authored and JuanSe Dussan committed Nov 19, 2019
1 parent 2a2ed5e commit c6dab08
Show file tree
Hide file tree
Showing 7 changed files with 9,332 additions and 57 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ local.properties
# BUCK
buck-out/
\.buckd/
*.keystore
*.keystore
.vscode/
2 changes: 1 addition & 1 deletion example/RNWifiReborn/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import WifiManager from 'react-native-wifi-reborn';
const App = () => {
const [connected, setConneted] = useState({connected: false, ssid: 'S4N'});
const [ssid, setSsid] = useState('');
const password ="secret-secret";
const password ="tanenbaum-1981";
const isWep = false;

const wifi = async () => {
Expand Down
2 changes: 1 addition & 1 deletion example/RNWifiReborn/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 19
minSdkVersion = 21
compileSdkVersion = 28
targetSdkVersion = 28
}
Expand Down
10 changes: 8 additions & 2 deletions example/RNWifiReborn/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ PODS:
- React-cxxreact (= 0.61.3)
- React-jsi (= 0.61.3)
- ReactCommon/jscallinvoker (= 0.61.3)
- RNWifi (2.1.1):
- React
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -247,10 +249,11 @@ DEPENDENCIES:
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- ReactCommon/jscallinvoker (from `../node_modules/react-native/ReactCommon`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- RNWifi (from `../node_modules/react-native-wifi-reborn`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
trunk:
https://cdn.cocoapods.org/:
- boost-for-react-native

EXTERNAL SOURCES:
Expand Down Expand Up @@ -302,6 +305,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/Libraries/Vibration"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
RNWifi:
:path: "../node_modules/react-native-wifi-reborn"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

Expand Down Expand Up @@ -331,8 +336,9 @@ SPEC CHECKSUMS:
React-RCTText: b8f895b94aa0e7778fef28d13f3d71eed4a10c3d
React-RCTVibration: 262588c97551b0b1c675468cda857466ba5af18f
ReactCommon: c2c63d9290b422ca6ad5b3663073a015dd892ae9
RNWifi: 8eb560deb90a1375d5ba5275edf7dcfa5fdd9ec7
Yoga: 02036f6383c0008edb7ef0773a0e6beb6ce82bd1

PODFILE CHECKSUM: 7780d4ef4d41c04154950f808e66c938f8b5bf64

COCOAPODS: 1.8.3
COCOAPODS: 1.7.5
102 changes: 51 additions & 51 deletions example/RNWifiReborn/ios/RNWifiReborn.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Loading

0 comments on commit c6dab08

Please sign in to comment.