Skip to content

Commit

Permalink
Merge pull request #10 from NordSecurity/android_sdk_version
Browse files Browse the repository at this point in the history
Update android minSdkVersion to 24
  • Loading branch information
Aivaras Saulius authored Apr 16, 2024
2 parents 2997e69 + ab887b3 commit e756d96
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 e756d96

Please sign in to comment.