Skip to content

Commit

Permalink
Update android minSdkVersion to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
Aivaras Saulius committed Apr 12, 2024
1 parent 2997e69 commit ab887b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release notes

## 2.1.0
- Update minSdkVersion in build.gradle to 24 to support UniFFI generated Kotlin code

## 2.0.0
- **Breaking** Remove RUSTFLAGS for apple builds. The removal of RUSTFLAGS allows the consuming projects to configure RUSTFLAGS independently. Consumers must set RUSTFLAGS="-C link-arg=-s -C embed-bitcode" manually after updating to this version or add it to a specific profile on cargo manifests.

Expand Down
2 changes: 1 addition & 1 deletion aar_templates/__build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def repoPassword = System.getenv('ARTIFACTORY_PASSWORD')
android {
compileSdkVersion 29
defaultConfig {
minSdkVersion 23
minSdkVersion 24
targetSdkVersion 29
versionCode = packageVersionCode
versionName = packageVersionName
Expand Down

0 comments on commit ab887b3

Please sign in to comment.