Skip to content

Commit

Permalink
Merge pull request #99 from koji-1009/fix/android
Browse files Browse the repository at this point in the history
fix: Set android min sdk 21
  • Loading branch information
koji-1009 authored Nov 16, 2024
2 parents 684389d + 7f66756 commit 593f049
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.1

* Set android min sdk to 21

## 4.0.0

Completely reviewed and updated to the latest firebase libraries.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ final result = await FlutterAuthUi.startUi(
### Android

- minSdkVersion 21
- compileSdkVersion 31
- compileSdkVersion 34

### iOS

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}

defaultConfig {
minSdk = 23
minSdk = 21
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ packages:
path: ".."
relative: true
source: path
version: "4.0.0"
version: "4.0.1"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_auth_ui
description: Unofficial firebaseui package for flutter. This library aims to provide support for Android, iOS and the web. Login with Email, Phone, Google account and etc.
version: 4.0.0
version: 4.0.1
homepage: https://github.com/koji-1009/flutter_auth_ui

environment:
Expand Down

0 comments on commit 593f049

Please sign in to comment.