Skip to content

Commit

Permalink
3.2.2 is here
Browse files Browse the repository at this point in the history
  • Loading branch information
janlanger committed Jul 2, 2015
1 parent 9c3058c commit 4ad22cf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Condroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 22
versionCode 22
versionName '3.2.1'
versionCode 23
versionName '3.2.2'
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions Condroid/src/main/res/layout/main_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Festival fantazie 2014"
android:text=""
android:id="@+id/tEventName"
android:textColor="@color/black"
android:textSize="20sp"/>

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="21.6.-25.6.2014"
android:text=""
android:id="@+id/tEventDate"
android:textColor="@color/gray"
android:layout_alignBottom="@+id/tEventName"/>
Expand Down
2 changes: 1 addition & 1 deletion Condroid/src/main/res/layout/welcome.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
android:layout_height="wrap_content"
android:id="@+id/tCopyright"
android:layout_gravity="center"
android:text="© 2011 - 2014 Jan Langer"
android:text="© 2011 - 2015 Jan Langer"
android:layout_margin="10dp"
android:textColor="@color/white"
android:textSize="13sp"/>
Expand Down
2 changes: 1 addition & 1 deletion Condroid/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<string name="sSearchHint">Zadejte autora, název pořadu nebo ID</string>
<string name="loading">Načítám…</string>
<string name="processing">Zpracovávám…</string>
<string name="tAboutName">Condroid 3.2.1</string>
<string name="tAboutName">Condroid 3.2.2</string>
<string name="tAboutCopyright">© 2011–2015\nJan Langer, Fan-Project</string>
<string name="tAboutHttp">http://condroid.fan-project.com</string>
<string name="tAboutMail">quinix@quinix.cz</string>
Expand Down

0 comments on commit 4ad22cf

Please sign in to comment.