Skip to content

Commit

Permalink
Merge pull request #411 from aboutyou/update-android
Browse files Browse the repository at this point in the history
Bump Android Compile SDK & Kotlin version
  • Loading branch information
HenriBeck committed Apr 6, 2024
2 parents b204ba7 + e6253fd commit 8f40c26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/sign_in_with_apple/sign_in_with_apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.1.0

- Android: Bump Kotlin version to 1.7.10 (Flutter 3.19.1 default)
- Android: Bump `compileSdkVersion` to 34 (Flutter 3.19.1 default)

## 6.0.0

- Migrate to package:web
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.aboutyou.dart_packages.sign_in_with_apple'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.6.0'
ext.kotlin_version = '1.7.10'
repositories {
google()
mavenCentral()
Expand All @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 28
compileSdkVersion 34

// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
Expand Down

0 comments on commit 8f40c26

Please sign in to comment.