Skip to content

Commit

Permalink
sdK版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
Peakmain committed Apr 14, 2022
1 parent 2766bfd commit 96f012a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .idea/gradle.xml

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

7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'com.peakmain.plugin'
//id 'com.peakmain.plugin'
}
apply plugin: "com.peakmain.plugin"
android {
compileSdkVersion rootProject.ext.android.compileSdkVersion

Expand Down Expand Up @@ -56,7 +57,7 @@ dependencies {
annotationProcessor "com.android.databinding:compiler:3.1.4"
implementation(rootProject.ext.dependencies.jpush)
}
monitorPlugin {
/*monitorPlugin {
whiteList = [
"com.peakmain.test",
"com.peakmain.haha",
Expand All @@ -65,4 +66,4 @@ monitorPlugin {
]
methodStatus = 1
disableStackMapFrame = false
}
}*/
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ':sdk'
include ':plugin'
//include ':plugin'
include ':app'
rootProject.name = "AsmActualCombat"

0 comments on commit 96f012a

Please sign in to comment.