Skip to content

Commit

Permalink
public
Browse files Browse the repository at this point in the history
  • Loading branch information
duzhaokun123 committed May 5, 2023
1 parent 4a5c96b commit d7cc123
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 23 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

仅测试于`1.1.0`版本

## 下载

https://github.com/Xposed-Modules-Repo/io.github.duzhaokun123.darkaischedule

## 已知问题

- 登录失效
Expand Down
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/build
/release
6 changes: 5 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ android {

buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand All @@ -34,6 +35,9 @@ android {
jvmTarget = "11"
languageVersion = "2.0"
}
packaging {
resources.excludes.add("**")
}
}

dependencies {
Expand Down
22 changes: 1 addition & 21 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class io.github.duzhaokun123.darkaischedule.XposedInit

0 comments on commit d7cc123

Please sign in to comment.