Skip to content

Instantly share code, notes, and snippets.

View TheGreatAndrew's full-sized avatar
:octocat:
School

TheGreatAndrew

:octocat:
School
  • San Antonio
View GitHub Profile
import React, { useState, useEffect } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import axios from 'axios';
import socketIOClient from 'socket.io-client';
import { Snackbar } from '@material-ui/core';
import MuiAlert from '@material-ui/lab/Alert';
// Local Imports
import Onboard from '../../components/Main/Onboard/index';
import Messages from '../../components/Main/Messages/index';
@TheGreatAndrew
TheGreatAndrew / build.gradle
Last active December 25, 2018 23:35
my Android
buildscript {
ext {
buildToolsVersion = "28.0.2"
minSdkVersion = 18
compileSdkVersion = 27
targetSdkVersion = 26
supportLibVersion = "27.1.1"
}
repositories {
google()