Skip to content

Commit 07cdcd7

Browse files
committed
兼容as4.1
1 parent 1dc5956 commit 07cdcd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ intellij {
4444
}
4545
patchPluginXml {
4646
changeNotes """
47-
Add simple sort by name.
47+
Adapter Android Studio 4.1
4848
"""
4949
}
50-
//
51-
//publishPlugin {
52-
// token publishToken
53-
//}
50+
51+
publishPlugin {
52+
token publishToken
53+
}
5454

5555
//指定编译的编码
5656
tasks.withType(JavaCompile){

0 commit comments

Comments
 (0)