Skip to content

Commit

Permalink
release version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Jul 1, 2016
1 parent c646c87 commit 1dee4e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ allprojects {

android {
defaultConfig {
versionCode 36
versionName "1.1.2"
versionCode 37
versionName "1.1.3"

compileSdkVersion 24
targetSdkVersion 24
Expand Down
9 changes: 9 additions & 0 deletions res/layout/fragment_about_developers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@
tools:ignore="HardcodedText"
android:text="Jochen Sprickerhof"/>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="7dp"
android:layout_marginStart="7dp"
android:padding="7dp"
tools:ignore="HardcodedText"
android:text="kas70"/>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 1dee4e0

Please sign in to comment.