Skip to content

Commit

Permalink
app: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Jul 25, 2021
1 parent bf32ee6 commit 41823ea
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode _versionCode
versionName "1.9"
versionName "2.0"

multiDexEnabled true
vectorDrawables.useSupportLibrary true
2 changes: 1 addition & 1 deletion app/version.prop
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Thu Jul 15 15:15:52 ICT 2021
VERSION_CODE=481
VERSION_CODE=500
8 changes: 4 additions & 4 deletions json/release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 481,
"versionName": "v1.9",
"changelog": ["some bug fixes on android 4.4", "player: key menu to show track selection", "thanks to contributors (auto dismiss 10s)"],
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v1.9/net.harimurti.tv_v1.9_b481.apk"
"versionCode": 500,
"versionName": "v2.0",
"changelog": ["New UI v2.0", "player: support remote navigation", "player: random user-agent", "and more.."],
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v2.0/net.harimurti.tv_v2.0_b500.apk"
}

0 comments on commit 41823ea

Please sign in to comment.