diff --git a/CHANGELOG.md b/CHANGELOG.md index e63da76b7..9607cc18d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ Changes that are currently in development and have not been released yet. + +## [0.15.5](https://github.com/cossacklabs/themis/releases/tag/0.15.5), Aug 20 2024 + ### Android wrapper - Add support for Android devices that are configured to use a page size of 16 KB (Android 15+) +### Android example +- Remove second launcher +- Added extractNativeLibs="true" to the manifest +- Made example compatible with Android 15+ (API 35) + + ## [0.15.4](https://github.com/cossacklabs/themis/releases/tag/0.15.4), May 23 2024 ### Experimental VisionOS support diff --git a/docs/examples/android/app/build.gradle b/docs/examples/android/app/build.gradle index 5c32eab0d..fffc36e24 100644 --- a/docs/examples/android/app/build.gradle +++ b/docs/examples/android/app/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' testImplementation 'junit:junit:4.12' - implementation 'com.cossacklabs.com:themis:0.15.2' + implementation 'com.cossacklabs.com:themis:0.15.5' implementation "androidx.core:core-ktx:1.3.2" //noinspection GradleDependency: we use slightly outdated "kotlin_version" on purpose implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" diff --git a/gradle.properties b/gradle.properties index 9ed4dc5a3..04f59f8fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.configureondemand=true # Versions of AndroidThemis and JavaThemis packages. -androidThemisVersion=0.15.2 +androidThemisVersion=0.15.5 javaThemisVersion=0.15.2 # Android Studio insists that this is set to use JUnit test runner. diff --git a/src/wrappers/themis/android/AndroidManifest.xml b/src/wrappers/themis/android/AndroidManifest.xml index 753bb593a..7dd94ba6e 100644 --- a/src/wrappers/themis/android/AndroidManifest.xml +++ b/src/wrappers/themis/android/AndroidManifest.xml @@ -1,3 +1,3 @@ - +