Skip to content

Commit

Permalink
Apk creation done
Browse files Browse the repository at this point in the history
  • Loading branch information
talhaordukaya committed May 2, 2024
1 parent 2a857b6 commit 88cdd12
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mobile/NBAForum/android/.gradle/8.3/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified mobile/NBAForum/android/.gradle/8.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Binary file modified mobile/NBAForum/android/.gradle/file-system.probe
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Apr 30 01:28:05 TRT 2024
#Tue Apr 30 08:39:47 TRT 2024
path.4=8/classes.dex
path.3=14/classes.dex
path.2=0/classes.dex
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mobile/NBAForum/globalContext/globalContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Context = createContext()

const Provider = ( { children } ) => {

const [ baseURL, setBaseURL ] = useState("http://192.168.1.43:8000")
const [ baseURL, setBaseURL ] = useState("http://161.35.30.222:8000")
const [ isLoggedIn, setIsLoggedIn ] = useState()
const [ userObj, setUserObj ] = useState()
const [ hasSession, setHasSession] = useState()
Expand Down

0 comments on commit 88cdd12

Please sign in to comment.