Skip to content

Commit

Permalink
Merge pull request #570 from DavidBertet/fix/lint_error
Browse files Browse the repository at this point in the history
Fix linting error
  • Loading branch information
scarlac committed Aug 14, 2023
2 parents ccf4c04 + de06213 commit 91915bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion android/build.gradle
Expand Up @@ -4,7 +4,8 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 31
defaultConfig {
minSdkVersion 23
minSdkVersion 24
// noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 23
minSdkVersion = 24
compileSdkVersion = 33
targetSdkVersion = 33
kotlin_version = '1.8.0'
Expand Down

0 comments on commit 91915bf

Please sign in to comment.