Skip to content

Commit 04e3cd0

Browse files
committed
app: release
1 parent 21a36c1 commit 04e3cd0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
//noinspection OldTargetApi
3333
targetSdkVersion 29 //downgrade for android 11 to make externalstorage readable
3434
versionCode versionPropsCode
35-
versionName "2.3"
35+
versionName "2.4"
3636

3737
multiDexEnabled true
3838
vectorDrawables.useSupportLibrary true

app/version.prop

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Thu Sep 02 20:31:20 ICT 2021
2-
VERSION_CODE=535
1+
#Fri Sep 17 21:52:04 ICT 2021
2+
VERSION_CODE=541

json/release.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"versionCode": 534,
3-
"versionName": "v2.3",
4-
"changelog": ["fullscreen on device with notch", "fix force landscape bug", "disable timeout while selecting screenmode", "auto paste to inputsorce when clipboard contains url", "and more.."],
5-
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v2.3/net.harimurti.tv_v2.3_b534.apk"
2+
"versionCode": 540,
3+
"versionName": "v2.4",
4+
"changelog": ["iptv-org as default playlist", "app in landscape mode", "ffmpeg libs", "optimize prebuffer", "change player layout", "and more.."],
5+
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v2.4/net.harimurti.tv_v2.4_b540.apk"
66
}

0 commit comments

Comments
 (0)