Skip to content

Commit

Permalink
chore(share_plus): bump core-ktx from 1.7.0 to 1.9.0, bump compileSDK…
Browse files Browse the repository at this point in the history
… to 33 (#1265)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Volodymyr Buberenko <v.buberenko@gmail.com>
  • Loading branch information
dependabot[bot] and vbuberen committed Oct 18, 2022
1 parent b7b785d commit 3c52458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/share_plus/share_plus/android/build.gradle
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
minSdkVersion 16
Expand All @@ -37,7 +37,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.annotation:annotation:1.5.0'
}
}
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 31
compileSdkVersion 33

lintOptions {
disable 'InvalidPackage'
Expand Down

0 comments on commit 3c52458

Please sign in to comment.