File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
group ' com.qonversion.flutter.sdk.qonversion_flutter_sdk'
2
- version ' 4.6.0 '
2
+ version ' 5.0.0-RC1 '
3
3
4
4
buildscript {
5
5
ext. kotlin_version = ' 1.6.10'
@@ -43,6 +43,6 @@ android {
43
43
44
44
dependencies {
45
45
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
46
- implementation " io.qonversion.sandwich:sandwich:1.0.0-RC5 "
46
+ implementation " io.qonversion.sandwich:sandwich:1.0.0-RC6 "
47
47
implementation ' com.google.code.gson:gson:2.9.0'
48
48
}
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ class _HomeViewState extends State<HomeView> {
208
208
title: Text (e.key),
209
209
subtitle: Text (
210
210
e.value.productId ??
211
- '' + '\n ' + e.value.entitlementId ??
211
+ '' + '\n ' + e.value.id ??
212
212
'' +
213
213
'\n ' +
214
214
e.value.renewState.toString () +
Original file line number Diff line number Diff line change 1
1
def update_dart ( new_version )
2
- path = Dir [ '../lib/**/qonversion .dart' ] . first
2
+ path = Dir [ '../lib/**/qonversion_internal .dart' ] . first
3
3
regex = /static const String _sdkVersion = ".*";/
4
4
result_value = "static const String _sdkVersion = \" #{ new_version } \" ;"
5
5
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'qonversion_flutter'
7
- s . version = '4.6.0 '
7
+ s . version = '5.0.0-RC1 '
8
8
s . summary = 'Flutter Qonversion SDK'
9
9
s . description = <<-DESC
10
10
Powerful yet simple subscription analytics
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
s . source_files = 'Classes/**/*'
17
17
s . dependency 'Flutter'
18
18
s . platform = :ios , '9.0'
19
- s . dependency "QonversionSandwich" , "1.0.0-RC5 "
19
+ s . dependency "QonversionSandwich" , "1.0.0-RC6 "
20
20
21
21
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
22
22
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' , 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import 'package:qonversion_flutter/src/internal/utils/string.dart';
11
11
import 'constants.dart' ;
12
12
13
13
class QonversionInternal implements Qonversion {
14
- static const String _sdkVersion = "4.6.0 " ;
14
+ static const String _sdkVersion = "5.0.0-RC1 " ;
15
15
16
16
final MethodChannel _channel = MethodChannel ('qonversion_plugin' );
17
17
Original file line number Diff line number Diff line change 4
4
#
5
5
Pod ::Spec . new do |s |
6
6
s . name = 'qonversion_flutter'
7
- s . version = '4.6.0 '
7
+ s . version = '5.0.0-RC1 '
8
8
s . summary = 'Flutter Qonversion SDK'
9
9
s . description = <<-DESC
10
10
Powerful yet simple subscription analytics
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
s . source_files = 'Classes/**/*'
17
17
s . dependency 'FlutterMacOS'
18
18
s . platform = :osx , '10.12'
19
- s . dependency "QonversionSandwich" , "1.0.0-RC5 "
19
+ s . dependency "QonversionSandwich" , "1.0.0-RC6 "
20
20
21
21
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
22
22
s . swift_version = '5.0'
You can’t perform that action at this time.
0 commit comments