Skip to content

Commit

Permalink
chore!: update compileSdkVersion to 34 and dependency package_info_pl…
Browse files Browse the repository at this point in the history
…us to v6 (#345)

* fix(deps): update dependency package_info_plus to v6

* chore: update `compileSdkVersion` to 34

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joshua Tang <joshuaystang@gmail.com>
  • Loading branch information
renovate[bot] and zeshuaro committed Mar 30, 2024
1 parent 39dfa34 commit f8f1057
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "stable",
"flavors": {}
}
}
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -29,7 +29,7 @@ android {
if (project.android.hasProperty("namespace")) {
namespace 'io.github.zeshuaro.google_api_headers'
}
compileSdkVersion 33
compileSdkVersion 34

kotlinOptions {
jvmTarget = '1.8'
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Expand Up @@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
namespace 'io.github.zeshuaro.google_api_headers_example'
compileSdkVersion 33
compileSdkVersion 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
package_info_plus: ^5.0.1
package_info_plus: ^6.0.0

dev_dependencies:
build_runner: 2.4.8
Expand Down

0 comments on commit f8f1057

Please sign in to comment.