We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740e49e commit 14c318eCopy full SHA for 14c318e
app/src/main/AndroidManifest.xml
@@ -12,7 +12,6 @@
12
android:fullBackupContent="@xml/backup_rules"
13
android:icon="@mipmap/benzinapp_logo"
14
android:label="@string/app_name"
15
- android:usesCleartextTraffic="true"
16
android:supportsRtl="true"
17
android:theme="@style/Theme.BenzinApp"
18
tools:targetApi="31">
app/src/main/java/com/georgemc2610/benzinapp/classes/requests/RequestHandler.java
@@ -45,7 +45,7 @@
45
public class RequestHandler
46
{
47
private static RequestHandler instance;
48
- private static final String _URL = "http://192.168.0.91:3000";
+ private static final String _URL = "https://benzin-app.fly.dev";
49
private String token;
50
private RequestQueue requestQueue;
51
0 commit comments