Fix Todo example for Android

This commit is contained in:
Igor Demin
2021-12-01 17:08:24 +03:00
parent 17194020d9
commit 3ed28dde02

View File

@@ -7,11 +7,11 @@ plugins {
}
android {
compileSdkVersion(30)
compileSdkVersion(31)
defaultConfig {
minSdkVersion(23)
targetSdkVersion(30)
targetSdkVersion(31)
versionCode = 1
versionName = "1.0"
}