Skip to content

Commit 4ad22cf

Browse files
committed
3.2.2 is here
1 parent 9c3058c commit 4ad22cf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Condroid/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 8
1010
targetSdkVersion 22
11-
versionCode 22
12-
versionName '3.2.1'
11+
versionCode 23
12+
versionName '3.2.2'
1313
}
1414
buildTypes {
1515
release {

Condroid/src/main/res/layout/main_activity.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
<TextView
6060
android:layout_width="wrap_content"
6161
android:layout_height="wrap_content"
62-
android:text="Festival fantazie 2014"
62+
android:text=""
6363
android:id="@+id/tEventName"
6464
android:textColor="@color/black"
6565
android:textSize="20sp"/>
6666

6767
<TextView
6868
android:layout_width="wrap_content"
6969
android:layout_height="wrap_content"
70-
android:text="21.6.-25.6.2014"
70+
android:text=""
7171
android:id="@+id/tEventDate"
7272
android:textColor="@color/gray"
7373
android:layout_alignBottom="@+id/tEventName"/>

Condroid/src/main/res/layout/welcome.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
android:layout_height="wrap_content"
8787
android:id="@+id/tCopyright"
8888
android:layout_gravity="center"
89-
android:text="© 2011 - 2014 Jan Langer"
89+
android:text="© 2011 - 2015 Jan Langer"
9090
android:layout_margin="10dp"
9191
android:textColor="@color/white"
9292
android:textSize="13sp"/>

Condroid/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<string name="sSearchHint">Zadejte autora, název pořadu nebo ID</string>
77
<string name="loading">Načítám…</string>
88
<string name="processing">Zpracovávám…</string>
9-
<string name="tAboutName">Condroid 3.2.1</string>
9+
<string name="tAboutName">Condroid 3.2.2</string>
1010
<string name="tAboutCopyright">© 2011–2015\nJan Langer, Fan-Project</string>
1111
<string name="tAboutHttp">http://condroid.fan-project.com</string>
1212
<string name="tAboutMail">quinix@quinix.cz</string>

0 commit comments

Comments
 (0)