Skip to content

Commit

Permalink
app: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Aug 5, 2021
1 parent 32fd8d5 commit c4429c3
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 @@ -31,7 +31,7 @@ android {
//noinspection OldTargetApi
targetSdkVersion 29 //downgrade for android 11 to make externalstorage readable
versionCode _versionCode
versionName "2.0"
versionName "2.1"

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 Jul 15 15:15:52 ICT 2021
VERSION_CODE=500
#Thu Aug 05 23:35:32 ICT 2021
VERSION_CODE=514
8 changes: 4 additions & 4 deletions json/release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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"
"versionCode": 514,
"versionName": "v2.1",
"changelog": ["add player navigation", "add screen mode", "select playlist file", "support picture-in-picture", "and more.."],
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v2.1/net.harimurti.tv_v2.1_b514.apk"
}

0 comments on commit c4429c3

Please sign in to comment.