Skip to content

Commit

Permalink
1、update to HE影 2、增加混淆dictoO0.txt 3、配置构建缓存org.gradle.caching = true 4…
Browse files Browse the repository at this point in the history
…、并行构建org.gradle.parallel = true
  • Loading branch information
hlh2518 committed Sep 18, 2023
1 parent d787950 commit e36759a
Show file tree
Hide file tree
Showing 30 changed files with 10,139 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 47 additions & 27 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
}

更新日志:
1、update to HE影
2、增加混淆dictoO0.txt
3、配置构建缓存org.gradle.caching = true
4、并行构建org.gradle.parallel = true
15、
Update VOD focus size x1.2
Update VOD controller UI
Fix crash during search subtitle on enter
14、
1、update dialog_about
2、update readme
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

static def getVersionName() {
def name = "2023.9.17"
def name = "2023.9.18"
return name
}

Expand All @@ -27,14 +27,14 @@ def getVersionCode() {// 获取版本号
// }
}

def appName = "tvbox"
def appName = "HE影"
def versionCodeNew = getVersionCode()
def versionNameNew = getVersionName()
android {
compileSdkVersion rootProject.ext.compileSdkVersion

defaultConfig {
applicationId 'com.github.tvbox.osc.taka'
applicationId 'com.hlhwan.heyin.drpy2'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode versionCodeNew
Expand Down
Loading

0 comments on commit e36759a

Please sign in to comment.