Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Removed header from main screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
banasiak committed Nov 19, 2014
1 parent d02ba6a commit 3b54bac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified apk/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.google.android.apps.authenticator2_plus"
minSdkVersion 8
targetSdkVersion 21
versionCode 2
versionName "2.21+3"
versionCode 4
versionName "2.21+4"

testApplicationId "com.google.android.apps.authenticator2.tests"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
android:textAppearance="?android:attr/textAppearanceMedium"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:visibility="gone"
/>
</LinearLayout>
</LinearLayout>
Expand Down

0 comments on commit 3b54bac

Please sign in to comment.