[6.7.0][状态栏改版] 优化代码逻辑

This commit is contained in:
renwj
2024-09-26 17:14:05 +08:00
parent 87aab03e36
commit 0b2aa64741
10 changed files with 271 additions and 72 deletions

View File

@@ -8,7 +8,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
//apply from: rootProject.file('gradle/bytex/bytex.gradle')
apply from: rootProject.file('gradle/bytex/bytex.gradle')
Properties properties = new Properties()
properties.load(project.rootProject.file("gradle.properties").newDataInputStream())