Skip to content

Commit 1d861eb

Browse files
committed
Update app version to 1.1.5
1 parent 68e410a commit 1d861eb

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Simply display VDM/FML (viedemerde.fr), DTC (danstonchat.com), 9GAG, Se couchez
1111
<br>
1212
<a id="status-image-popup" class="open-popup" href="#" title="build status image" name="status-images" data-ember-action="944">
1313
<img src="https://travis-ci.org/HugoGresse/Anecdote.svg" alt="build:started">
14-
</a> [![Codacy Badge](https://api.codacy.com/project/badge/Grade/19dc2d46b91843658d08396476c4f550)](https://www.codacy.com/app/hugo-gresse/Anecdote?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=HugoGresse/Anecdote&amp;utm_campaign=Badge_Grade)
14+
</a>
15+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/19dc2d46b91843658d08396476c4f550)](https://www.codacy.com/app/hugo-gresse/Anecdote?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=HugoGresse/Anecdote&amp;utm_campaign=Badge_Grade)
1516

1617
![9GAG Feed](https://raw.githubusercontent.com/HugoGresse/Anecdote/master/design/screenshots/9gag.png)
1718
![Websites](https://raw.githubusercontent.com/HugoGresse/Anecdote/master/design/screenshots/website_selector.png)

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525
applicationId "io.gresse.hugo.anecdote"
2626
minSdkVersion 16
2727
targetSdkVersion 25
28-
versionCode 22
29-
versionName "1.1.4"
28+
versionCode 23
29+
versionName "1.1.5"
3030

3131
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3232
}

app/src/main/res/values-ru/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<string name="error_responsefail">Не загружается вебсайт, ошибка %s</string>
9595
<string name="error_parsing">Нельзя разобрать %s вебсайт</string>
9696
<string name="notice_image_saved">Изображение сохранено!</string>
97-
97+
9898

9999
<string name="app_short_description">Новые цитаты (9GAG, FML, Bash.org, xkcd) каждый день в простом приложении.</string>
100100
<string name="app_long_description">

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123

124124
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
125125
<!-- Short description has to have less than 80 chars -->
126-
<string name="app_short_description">New quotes (9GAG, FML, Bash.org, xkcd) every day in a simple app</string>
127-
<string name="app_long_description">
126+
<string name="app_short_description" translatable="false">New quotes (9GAG, FML, Bash.org, xkcd) every day in a simple app</string>
127+
<string name="app_long_description" translatable="false">
128128
Features:
129129
- 9GAG feed (image and video) with 9GAG Hot, Trending and Fresh
130130
- xkcd

0 commit comments

Comments
 (0)