Skip to content

Commit

Permalink
Play Store Release 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh Joshi committed May 26, 2014
1 parent f866f78 commit adf6b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vitinfo2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 19
versionCode 19
versionName "3.3.0 Beta"
versionCode 20
versionName "3.4.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion vitinfo2/src/main/res/drawable/team_back.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/logo_back"
android:gravity="top|clip_vertical" >
android:gravity="fill" >
</bitmap>

0 comments on commit adf6b76

Please sign in to comment.