Skip to content

Commit

Permalink
Merge pull request #51 from QuantumPhysique/flutter3.19
Browse files Browse the repository at this point in the history
Flutter3.19
  • Loading branch information
braniii committed Mar 8, 2024
2 parents ab40ad7 + 4a0677c commit f7a6185
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 69 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[//]: # (### Other changes:)

## [Unreleased]
### Added Features and Improvements 🙌:
- Using the latest flutter 3.19 with upgraded deps
- Compile against Android 14 (SDK34)


## [0.5.0] - 2024-01-25
Expand Down
4 changes: 2 additions & 2 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 33
compileSdkVersion 34
ndkVersion "25.1.8937393"

sourceSets {
Expand All @@ -42,7 +42,7 @@ android {
defaultConfig {
applicationId "de.quantumphysique.trale"
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
externalNativeBuild {
Expand Down
Loading

0 comments on commit f7a6185

Please sign in to comment.