We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87133e0 commit 9ba8cc4Copy full SHA for 9ba8cc4
app/build.gradle
@@ -10,7 +10,7 @@ android {
10
minSdk 29
11
targetSdk 31
12
versionCode 8
13
- versionName "2.0"
+ versionName "2.1"
14
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
16
}
app/src/main/java/com/example/roadquality/models/Journey.java
@@ -32,7 +32,7 @@
32
33
public class Journey {
34
35
- final private String uploadUrl = "https://test-via-api.randombits.host/push_journey";
+ final private String uploadUrl = "https://via-api.randombits.host/push_journey";
36
37
public UUID uuid;
38
private boolean isCulled;
0 commit comments