Skip to content

Commit

Permalink
Merge pull request #8 from qonversion/release/0.2.4
Browse files Browse the repository at this point in the history
Release/0.2.4
  • Loading branch information
smejl authored May 6, 2020
2 parents 274409b + 340e06d commit a051157
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.4

* Bump Android SDK Version

## 0.2.3

* Bump required Flutter version up
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.qonversion.android.sdk:sdk:0.2.2"
implementation "com.qonversion.android.sdk:sdk:0.2.4"
}
2 changes: 1 addition & 1 deletion ios/qonversion_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '9.0'
s.dependency 'Qonversion', '~> 0.7'
s.dependency 'Qonversion', '~> 1.0'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
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: qonversion_flutter
description: Powerful yet simple subscription analytics
version: 0.2.3
version: 0.2.4
homepage: 'https://qonversion.io'
repository: 'https://github.com/qonversion/flutter-sdk'

Expand Down

0 comments on commit a051157

Please sign in to comment.