Updated targetSdk to API 32 & Updated dependencies
This commit is contained in:
parent
576f88ddbc
commit
d34fcab30c
3 changed files with 8 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'kotlin-android'
|
||||
android {
|
||||
compileSdk 31
|
||||
compileSdk 32
|
||||
|
||||
defaultConfig {
|
||||
minSdk 21
|
||||
targetSdk 31
|
||||
targetSdk 32
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue