Skip to content

Commit

Permalink
upgrade version of Android SDK (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
radetsky committed Jan 20, 2023
1 parent 3c06449 commit 00f9824
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,14 @@

Changes that are currently in development and have not been released yet.


## [0.14.11](https://github.com/cossacklabs/themis/releases/tag/0.14.11), Jan 19th 2023

### React Native Themis

- Upgraded version of Android SDK


## [0.14.10](https://github.com/cossacklabs/themis/releases/tag/0.14.10), Dec 7th 2022

### React Native Themis
Expand Down
6 changes: 3 additions & 3 deletions src/wrappers/themis/react-native-themis/android/build.gradle
Expand Up @@ -19,10 +19,10 @@ def safeExtGet(prop, fallback) {
}

android {
compileSdkVersion safeExtGet('Themis_compileSdkVersion', 29)
compileSdkVersion safeExtGet('Themis_compileSdkVersion', 31)
defaultConfig {
minSdkVersion safeExtGet('Themis_minSdkVersion', 19)
targetSdkVersion safeExtGet('Themis_targetSdkVersion', 29)
minSdkVersion safeExtGet('Themis_minSdkVersion', 21)
targetSdkVersion safeExtGet('Themis_targetSdkVersion', 31)
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/themis/react-native-themis/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-themis",
"version": "0.14.10",
"version": "0.14.11",
"description": "Themis React Native is a convenient cryptographic library for data protection",
"react-native": "src/index",
"source": "src/index",
Expand Down

0 comments on commit 00f9824

Please sign in to comment.