Skip to content

Commit

Permalink
Update production server url
Browse files Browse the repository at this point in the history
  • Loading branch information
toiano committed Sep 2, 2015
1 parent a6e16aa commit 1e880a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resValue "string", "api_url", "https://ec2-52-28-163-255.eu-central-1.compute.amazonaws.com:4433"
resValue "string", "api_url", "https://ec2-52-28-126-35.eu-central-1.compute.amazonaws.com:4433"

signingConfig signingConfigs.release
}
Expand Down

0 comments on commit 1e880a6

Please sign in to comment.