Skip to content

Commit

Permalink
Fix Todo example for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Dec 1, 2021
1 parent 3ed28dd commit 3e34d5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
}

android {
compileSdkVersion(30)
compileSdkVersion(31)

defaultConfig {
minSdkVersion(23)
targetSdkVersion(30)
targetSdkVersion(31)
}

compileOptions {
Expand Down

0 comments on commit 3e34d5e

Please sign in to comment.