Skip to content

Commit eb8fc7d

Browse files
author
crypticminds
committed
[Gradle] Changing gradle file to make the project an android module
1 parent 3c20f63 commit eb8fc7d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apply plugin: 'com.android.application'
1+
apply plugin: 'com.android.library'
22

33
apply plugin: 'kotlin-android'
44

@@ -8,7 +8,6 @@ android {
88
compileSdkVersion 29
99
buildToolsVersion "29.0.2"
1010
defaultConfig {
11-
applicationId "com.arcane.coldstorage"
1211
minSdkVersion 15
1312
targetSdkVersion 29
1413
versionCode 1

0 commit comments

Comments
 (0)