Skip to content

Commit 5173be2

Browse files
committed
chore: change minSdkVersion to 22
1 parent 7f16123 commit 5173be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickjs-android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ plugins {
44
}
55

66
android {
7-
namespace 'com.kugou.quickjs'
7+
namespace 'com.shiqi.quickjs'
88
compileSdk 33
99

1010
defaultConfig {
11-
minSdk 24
11+
minSdk 22
1212
targetSdk 33
1313
versionCode 1
1414
versionName "1.0"

0 commit comments

Comments
 (0)