Skip to content

Commit d25deee

Browse files
committed
Updated version
1 parent 5aaf583 commit d25deee

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 14
99
targetSdkVersion 20
1010
versionCode 1
11-
versionName "1.5.4"
11+
versionName "1.5.5"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/res/layout/activity_main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
android:id="@+id/versionTextView"
8282
android:layout_width="wrap_content"
8383
android:layout_height="wrap_content"
84-
android:text="1.5.4"
84+
android:text="1.5.5"
8585
android:layout_marginRight="16dp"
8686
app:layout_constraintRight_toRightOf="parent"
8787
app:layout_constraintBottom_toBottomOf="parent"

app/update-changelog.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"latestVersion": "1.5.4",
3-
"url": "https://github.com/sgloutnikov/NeterraProxy/releases/download/v1.5.4/neterraproxy-1.5.4.apk",
2+
"latestVersion": "1.5.5",
3+
"url": "https://github.com/sgloutnikov/NeterraProxy/releases/download/v1.5.5/neterraproxy-1.5.5.apk",
44
"releaseNotes": [
55
"Промени:",
6-
"- Предаванията на запис от 'Видеотека' отново работят."
6+
"- Оправено е обновяването на Видеотека плейлиста.",
7+
"- Нови имена и логота за БНТ каналите."
78
]
89
}

0 commit comments

Comments
 (0)