Skip to content

Commit

Permalink
bump to 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Nov 9, 2020
1 parent a6ce7e2 commit b4cac97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions common/src/main/res/values/languages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<item>Українська|uk_UA</item>
<item>Deutsch|de_DE</item>
<item>Romanian|ro</item>
<item>Arabic|ar</item>
<item>Turkish|tr</item>
<item>Hebrew|he</item>
<item>Spanish|es</item>
<item>Polski|pl</item>
<item>Português Brasileiro|pt_BR</item>
<item>Français|fr</item>
<item>Nederlands|nl</item>
<item>Czech|cs</item>
<item>Italiano|it</item>
<item>Português Brasileiro|pt_BR</item>
<item>Arabic|ar</item>
<item>Turkish|tr</item>
<item>Hebrew|he</item>
<item>Tiếng Việt|vi_VN</item>
<item>简体中文|zh_CN</item>
<item>繁体中文|zh_TW</item>
Expand Down
4 changes: 2 additions & 2 deletions smarttubetv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
applicationId "com.liskovsoft.smarttubetv"
minSdkVersion project.properties.minSdkVersion
targetSdkVersion project.properties.targetSdkVersion
versionCode 126
versionName "8.6"
versionCode 127
versionName "8.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"

Expand Down
2 changes: 1 addition & 1 deletion smarttubetv/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@
<string name="action_video_stats">Statistici Video</string>
<string name="require_checked">Necesită \"%s\"</string>
<string name="msg_press_again_to_exit">Apasă din nou pentru a iesi</string>
<string name="view_einding_time">Sfârșit: %s</string>
<string name="player_remaining_time">Sfârșit: %s</string>
</resources>

0 comments on commit b4cac97

Please sign in to comment.