Skip to content

Commit ffb91bb

Browse files
committed
发布
1 parent e35fbaf commit ffb91bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.android.application'
2+
id 'com.android.library'
33
id 'kotlin-android'
44
id 'kotlin-android-extensions'
55
id 'com.github.dcendents.android-maven'
@@ -12,7 +12,7 @@ android {
1212
buildToolsVersion "30.0.3"
1313

1414
defaultConfig {
15-
applicationId "com.example.calculatorjni"
15+
// applicationId "com.example.calculatorjni"
1616
minSdkVersion 21
1717
targetSdkVersion 30
1818
versionCode 1

0 commit comments

Comments
 (0)