Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-zx committed May 2, 2015
1 parent f4c83eb commit fd6cfc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId 'com.grayfox.android.app'
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName '1.0-SNAPSHOT'
versionCode 2
versionName '1.0-BETA1'
}
signingConfigs {
debug {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/configs.xml
Expand Up @@ -5,6 +5,6 @@
Release AIzaSyC0M1fZjX-VLg7E0nquzpjICZUYbofgk1c
Debug AIzaSyAd-aJgCw96V97fR9ljOvUZhpdA0jZOvc8
-->
<string name="google_maps_v2_api_key" translatable="false">AIzaSyAd-aJgCw96V97fR9ljOvUZhpdA0jZOvc8</string>
<string name="google_maps_v2_api_key" translatable="false">AIzaSyC0M1fZjX-VLg7E0nquzpjICZUYbofgk1c</string>
<string name="google_maps_services_key" translatable="false">AIzaSyDOlvprOKugsGJCS4ymjFVKyhGmmASfhm8</string>
</resources>

0 comments on commit fd6cfc1

Please sign in to comment.