Skip to content

Commit

Permalink
app: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Jul 8, 2021
1 parent 1ce2944 commit 69ba01b
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 @@ -27,7 +27,7 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode _versionCode
versionName "1.6"
versionName "1.7"

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 @@
#Sat Jun 19 20:05:19 ICT 2021
VERSION_CODE=446
#Thu Jul 08 20:43:47 ICT 2021
VERSION_CODE=450
8 changes: 4 additions & 4 deletions json/release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"versionCode": 446,
"versionName": "v1.6",
"changelog": ["perbaikan icon di launcher androidtv (leanback/atv)", "perbaikan player yg gak munculin loading", "playlist selalu terbaru (tdk menggunakan cache)"],
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v1.6/net.harimurti.tv_v1.6_b446.apk"
"versionCode": 450,
"versionName": "v1.7",
"changelog": ["fix force close android 4.4 (blind test)", "fix Indonesian translation", "fix can't stream on some servers https", "press back twice to exit"],
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v1.7/net.harimurti.tv_v1.7_b450.apk"
}

0 comments on commit 69ba01b

Please sign in to comment.