We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecb6c3 commit f6bc5a7Copy full SHA for f6bc5a7
1 file changed
app/build.gradle
@@ -3,14 +3,14 @@ https://developer.android.com/studio/projects/android-library
3
*/
4
5
// choose one line either for an app or a lib
6
-apply plugin: 'com.android.application'
7
-//apply plugin: 'com.android.library'
+//apply plugin: 'com.android.application'
+apply plugin: 'com.android.library'
8
9
android {
10
compileSdkVersion 28
11
defaultConfig {
12
// we produce a library by commenting out that line:
13
- applicationId "net.sharksystem.asap.example"
+// applicationId "net.sharksystem.asap.example"
14
minSdkVersion 23
15
targetSdkVersion 28
16
versionCode 1
0 commit comments