Updated targetSdk to API 32 & Updated dependencies

This commit is contained in:
Prathamesh More 2022-04-21 17:03:57 +05:30
parent 576f88ddbc
commit d34fcab30c
3 changed files with 8 additions and 8 deletions

View file

@ -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 {