Skip to content

Commit

Permalink
[Released] v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Aug 1, 2021
1 parent c77185c commit 684eefc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions UPDATE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"update": {
"deprecatedVersionCode": 0,
"versionCode": 8,
"url": "https://www.dropbox.com/s/rkx93m73y0l7bjg/Moviesy_v1.7.apk?dl=1"
"versionCode": 9,
"url": "https://www.dropbox.com/s/wd2ayjdzy724zii/Moviesy_v1.8.apk?dl=1"
},
"yts": {
"base": "https://yts.mx",
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ object AndroidConfig {
const val BUILD_TOOLS_VERSION = "29.0.3"

// TODO: Always change version code & name during release
const val VERSION_CODE = 8
const val VERSION_NAME = "1.7"
const val VERSION_CODE = 9
const val VERSION_NAME = "1.8"

const val ID = "com.kpstv.yts"
// const val TEST_INSTRUMENTATION_RUNNER = "android.support.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 684eefc

Please sign in to comment.