Skip to content

Commit 9ba8cc4

Browse files
committed
Fixes URL for production API (2.1)
1 parent 87133e0 commit 9ba8cc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdk 29
1111
targetSdk 31
1212
versionCode 8
13-
versionName "2.0"
13+
versionName "2.1"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}

app/src/main/java/com/example/roadquality/models/Journey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
public class Journey {
3434

35-
final private String uploadUrl = "https://test-via-api.randombits.host/push_journey";
35+
final private String uploadUrl = "https://via-api.randombits.host/push_journey";
3636

3737
public UUID uuid;
3838
private boolean isCulled;

0 commit comments

Comments
 (0)