Skip to content

Commit

Permalink
version bump and update production url
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Huttner authored and Aaron Huttner committed Sep 6, 2016
1 parent 8232f03 commit 2fc6c5d
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
@@ -1,7 +1,7 @@
// Manifest version information!
def versionMajor = 1
def versionMinor = 1
def versionPatch = 3
def versionPatch = 4
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

apply plugin: 'com.android.application'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
library = true
)
public final class ApiModule {
public static final HttpUrl PRODUCTION_API_URL = HttpUrl.parse("https://staging.rocky.rockthevote.com/api/v3/");
public static final HttpUrl PRODUCTION_API_URL = HttpUrl.parse("https://rocky.rockthevote.com/api/v3/");

@Provides @Singleton HttpUrl provideBaseUrl() {
return PRODUCTION_API_URL;
Expand Down

0 comments on commit 2fc6c5d

Please sign in to comment.