Skip to content

Commit

Permalink
Merge pull request #14 from andre-paraense/preparing-v-2-1-2
Browse files Browse the repository at this point in the history
Preparing v 2 1 2
  • Loading branch information
andre-paraense authored Aug 5, 2022
2 parents 4b9091f + 38d8710 commit 909da51
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.2

* Fixing compilation problems in Flutter 3.0 (thanks to @calvin-verticalscope)
* Bumping Survicate Android SDK to 1.6.5 and iOS SDK to 1.8.1

## 2.1.1

* Cleaning some project files
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.oakam.survicate.survicate_flutter_sdk'
version '2.1.1'
version '2.1.2'

buildscript {
ext.kotlin_version = '1.6.10'
Expand Down Expand Up @@ -41,5 +41,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.survicate:survicate-sdk:1.6.0'
implementation 'com.survicate:survicate-sdk:1.6.5'
}
3 changes: 2 additions & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:exported="true">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
survicate_flutter_sdk:
path: ../

cupertino_icons: 1.0.3
cupertino_icons: 1.0.5

dev_dependencies:
flutter_test:
Expand Down
4 changes: 2 additions & 2 deletions ios/survicate_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'survicate_flutter_sdk'
s.version = '2.1.1'
s.version = '2.1.2'
s.summary = 'Survicate mobile survey SDK for Flutter.'
s.description = <<-DESC
A new flutter plugin project.
Expand All @@ -15,7 +15,7 @@ A new flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Survicate', '1.8.0'
s.dependency 'Survicate', '1.8.1'
s.platform = :ios, '10.0'

# Flutter.framework does not contain a i386 slice.
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: survicate_flutter_sdk
description: Survicate mobile SDK for Flutter allows you to survey specific groups of your mobile app users to understand their needs, expectations, and objections.
version: 2.1.1
version: 2.1.2
homepage: https://github.com/andre-paraense/survicate-flutter-sdk
issue_tracker: https://github.com/andre-paraense/survicate-flutter-sdk/issues

Expand Down

0 comments on commit 909da51

Please sign in to comment.