Skip to content

Commit fa1f52c

Browse files
committed
change common module of feature to library
1 parent e95cda7 commit fa1f52c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

common/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
apply plugin: 'com.android.feature'
1+
apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33

44
android {
55
compileSdkVersion 28
6-
7-
baseFeature true
6+
buildToolsVersion '28.0.3'
87

98
defaultConfig {
109
minSdkVersion 14

0 commit comments

Comments
 (0)