Skip to content

Commit

Permalink
Upgrade Android compileSdkVersion from 29 to 31 (#263)
Browse files Browse the repository at this point in the history
* Upgrade Android compileSdkVersion from 29 to 34

* Changed the version to 31 instead of 34

---------

Co-authored-by: Robert <robert.smartbear@gmail.com>
  • Loading branch information
robert-smartbear and Robert authored Oct 13, 2024
1 parent 19ecc33 commit 596c821
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## TBD

- Upgrade Android compileSdkVersion from 29 to 31.
[263](https://github.com/bugsnag/bugsnag-flutter/pull/263)

## 4.0.0 (2024-07-29)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion features/fixtures/app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {

defaultConfig {
applicationId "com.bugsnag.flutter.test.app"
minSdkVersion 16
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.hasProperty('targetSdkVersion') ? flutter.targetSdkVersion : 30
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion packages/bugsnag_flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 29
compileSdkVersion 31

if (android.hasProperty('namespace')) {
namespace 'com.bugsnag.flutter'
Expand Down

0 comments on commit 596c821

Please sign in to comment.