Skip to content

Commit 23f3e5b

Browse files
committed
Fix plugin-api compileSdk syntax error
1 parent 6f3b0a2 commit 23f3e5b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

plugin-api/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ plugins {
1010

1111
android {
1212
namespace = "com.nano.ai.plugin.api"
13-
compileSdk {
14-
version = release(36)
15-
}
13+
compileSdk = 36
1614

1715
defaultConfig {
1816
minSdk = 30

0 commit comments

Comments
 (0)