Skip to content

Commit 7274709

Browse files
committed
Merge branch 'develop' into feature/noCodes
# Conflicts: # android/build.gradle # ios/qonversion_flutter.podspec # macos/qonversion_flutter.podspec
2 parents 6f6d6aa + d361a55 commit 7274709

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: flutter --version
2323

2424
- name: Cache pub dependencies
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
with:
2727
path: ${{ env.FLUTTER_HOME }}/.pub-cache
2828
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 9.3.1
2+
* Android and iOS stability improvements.
3+
14
## 9.3.0
25
* Flutter version 3.29 supported.
36
* Deprecated Android Embedding v1 is no longer supported.

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131

3232
def upgrade_sandwich_android(new_version)
3333
path = "../android/build.gradle"
34-
common_part = "implementation \"io.qonversion.sandwich:sandwich:"
34+
common_part = "implementation \"io.qonversion:sandwich:"
3535
regex = /#{common_part}.*"/
3636
result_value = "#{common_part}#{new_version}\""
3737

lib/src/internal/qonversion_internal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'package:qonversion_flutter/src/internal/utils/string.dart';
1111
import 'constants.dart';
1212

1313
class QonversionInternal implements Qonversion {
14-
static const String _sdkVersion = "9.3.0";
14+
static const String _sdkVersion = "9.3.1";
1515

1616
final MethodChannel _channel = MethodChannel('qonversion_plugin');
1717

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qonversion_flutter
22
description: Flutter plugin to implement in-app subscriptions and purchases. Validate user receipts and manage cross-platform access to paid content on your app. Android & iOS.
3-
version: 9.3.0
3+
version: 9.3.1
44
homepage: 'https://qonversion.io'
55
repository: 'https://github.com/qonversion/flutter-sdk'
66

0 commit comments

Comments
 (0)