Skip to content

Commit

Permalink
app: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Sep 17, 2021
1 parent 21a36c1 commit 04e3cd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
//noinspection OldTargetApi
targetSdkVersion 29 //downgrade for android 11 to make externalstorage readable
versionCode versionPropsCode
versionName "2.3"
versionName "2.4"

multiDexEnabled true
vectorDrawables.useSupportLibrary true
Expand Down
4 changes: 2 additions & 2 deletions app/version.prop
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Thu Sep 02 20:31:20 ICT 2021
VERSION_CODE=535
#Fri Sep 17 21:52:04 ICT 2021
VERSION_CODE=541
8 changes: 4 additions & 4 deletions json/release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 534,
"versionName": "v2.3",
"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.."],
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v2.3/net.harimurti.tv_v2.3_b534.apk"
"versionCode": 540,
"versionName": "v2.4",
"changelog": ["iptv-org as default playlist", "app in landscape mode", "ffmpeg libs", "optimize prebuffer", "change player layout", "and more.."],
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v2.4/net.harimurti.tv_v2.4_b540.apk"
}

0 comments on commit 04e3cd0

Please sign in to comment.