We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35fbaf commit ffb91bbCopy full SHA for ffb91bb
app/build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'com.android.application'
+ id 'com.android.library'
3
id 'kotlin-android'
4
id 'kotlin-android-extensions'
5
id 'com.github.dcendents.android-maven'
@@ -12,7 +12,7 @@ android {
12
buildToolsVersion "30.0.3"
13
14
defaultConfig {
15
- applicationId "com.example.calculatorjni"
+// applicationId "com.example.calculatorjni"
16
minSdkVersion 21
17
targetSdkVersion 30
18
versionCode 1
0 commit comments