Skip to content

Commit

Permalink
l1-s2 setup android versions for mpp-library
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Sep 5, 2019
1 parent 10b28e5 commit b3ef95a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mpp-library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
apply plugin: 'com.android.library'
apply plugin: 'org.jetbrains.kotlin.multiplatform'

android {
compileSdkVersion 28

defaultConfig {
minSdkVersion 21
targetSdkVersion 28
}
}

0 comments on commit b3ef95a

Please sign in to comment.