Skip to content

Commit

Permalink
app: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hariimurti committed Aug 30, 2021
1 parent 9791ce2 commit 9c8197f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.1"
versionName "2.2"

multiDexEnabled true
vectorDrawables.useSupportLibrary true
Expand Down Expand Up @@ -63,7 +63,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.android.volley:volley:1.2.0'
implementation 'com.android.volley:volley:1.2.1'
implementation 'com.google.android.exoplayer:exoplayer:2.15.0'
implementation 'com.google.android.exoplayer:extension-rtmp:2.15.0'
implementation 'com.google.android.gms:play-services-auth:19.2.0'
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 Aug 12 12:23:03 ICT 2021
VERSION_CODE=516
#Mon Aug 30 22:23:09 ICT 2021
VERSION_CODE=533
8 changes: 4 additions & 4 deletions json/release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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"
"versionCode": 532,
"versionName": "v2.2",
"changelog": ["multiple playlist", "support m3u", "sorting category and channel", "pin favorite channel", "and more.."],
"downloadUrl": "https://github.com/hariimurti/NontonTV/releases/download/v2.2/net.harimurti.tv_v2.2_b533.apk"
}

0 comments on commit 9c8197f

Please sign in to comment.