Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ is no auto migration of data. Instead we have exposed a method through WalletMan

### 0.7.2

- Adds `refreshEndToEndEncryptionAvailability` that refreshes end-to-end encryption availability on Android. This should be used before attempting to save the wallet to cloud on Android.
- Adds `refreshEndToEndEncryptionAvailability` that refreshes end-to-end encryption availability on Android. This should be used before attempting to save the wallet to cloud on Android.

### 0.7.3

- Adds namespace to Android gradle for Kotlin 2.1.0+ compatibility.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ apply plugin: 'kotlin-android'

android {
compileSdkVersion 31
namespace 'com.rly_network.rly_network_flutter_sdk'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rly_network_flutter_sdk
description: Rally Protocol Flutter SDK. Secure web3 key management, transaction signing, and gassless transactions.
version: 0.7.2
version: 0.7.3
homepage: https://www.rallyprotocol.com
repository: https://github.com/rally-dfs/flutter-sdk

Expand Down