Skip to content

Commit

Permalink
Fixes URL for production API (2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-f committed Jun 14, 2023
1 parent 87133e0 commit 9ba8cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdk 29
targetSdk 31
versionCode 8
versionName "2.0"
versionName "2.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public class Journey {

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

public UUID uuid;
private boolean isCulled;
Expand Down

0 comments on commit 9ba8cc4

Please sign in to comment.