File tree Expand file tree Collapse file tree 3 files changed +16
-10
lines changed
fixAndroid14DebuggableLag Expand file tree Collapse file tree 3 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ android {
5454 buildFeatures {
5555 prefab true
5656 }
57+
58+ sourceSets {
59+ main {
60+ jniLibs. srcDirs = [' libs' ]
61+ }
62+ }
5763}
5864
5965dependencies {
@@ -62,17 +68,17 @@ dependencies {
6268}
6369
6470
65- publishing {
66- publications {
67- release(MavenPublication ) {
68- afterEvaluate {
69- from components. release
70- }
71- // 表示发布 release(jitpack 都不会使用到)
72- groupId = ' com.bzcoder' // 这个是依赖库的组 id
73- artifactId = ' fixandroid14debuggablelag' // 依赖库的名称(jitpack 都不会使用到)
74- version = " 1.0.0" //
71+ publishing {
72+ publications {
73+ release(MavenPublication ) {
74+ afterEvaluate {
75+ from components. release
7576 }
77+ // 表示发布 release(jitpack 都不会使用到)
78+ groupId = ' com.bzcoder' // 这个是依赖库的组 id
79+ artifactId = ' fixandroid14debuggablelag' // 依赖库的名称(jitpack 都不会使用到)
80+ version = " 1.0.0" //
7681 }
7782 }
83+ }
7884
You can’t perform that action at this time.
0 commit comments