Skip to content

Commit

Permalink
Merge pull request #376 from oddbit/develop
Browse files Browse the repository at this point in the history
Lessgo
  • Loading branch information
DennisAlund authored Sep 3, 2024
2 parents 44dd41e + 7506aaf commit 8dfc5fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.19.3
- Bump up `FBSDKCoreKit` android gradle version to `17.0` to `18.0`
- Update ios example minimum deployment target to `12.0`
- Update target compile sdk in android gradle example to `34`

## 0.19.2
- Updating `FBSDKCoreKit` to `17.0` that include Privacy Manifest
Expand Down
6 changes: 3 additions & 3 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdk 33
compileSdk 34


sourceSets {
Expand All @@ -38,8 +38,8 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "id.oddbit.flutter.facebook_app_events_example"
multiDexEnabled true
minSdkVersion 16
targetSdkVersion 33
minSdkVersion flutter.minSdkVersion
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 8dfc5fe

Please sign in to comment.