Skip to content

Commit

Permalink
2.0.1 (#28)
Browse files Browse the repository at this point in the history
* Update iOS SDK to version 3.0.2.

* Update Android SDK to version 3.0.1

* Update changelog

* Update library version to 2.0.1

* Add exported attribute to example app activity

* Update iOS example.

Co-authored-by: Sebastian Simson <[email protected]>
  • Loading branch information
aalekz and sebastiansimson authored Mar 30, 2022
1 parent 8f9d646 commit 640c024
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 2.0.1 (2022-03-30)
- Updated Castle Android SDK to 3.0.1
- Updated Castle iOS SDK to 3.0.2

## 2.0.0 (2022-03-16)
- Updated Castle Android SDK to 3.0.0
- Updated Castle iOS SDK to 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api 'io.castle.android:castle:3.0.0'
api 'io.castle.android:castle:3.0.1'
}
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 @@ -11,7 +11,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">
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Castle (3.0.1)
- castle_flutter (1.1.4):
- Castle (= 3.0.1)
- Castle (3.0.2)
- castle_flutter (2.0.1):
- Castle (= 3.0.2)
- Flutter
- Flutter (1.0.0)

Expand All @@ -20,8 +20,8 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Castle: 8fc75978e1c163f488b9d1c25d5fd82f1eed70dd
castle_flutter: 367d7f82dafa8376232cc5c178fdbadb2182755a
Castle: f1a52f9d06ad1f1a2c7f1007006e4fe6e6684729
castle_flutter: a1db177afba1401d9fffff5bac70c770dbe6fbd6
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
Expand Down
2 changes: 1 addition & 1 deletion ios/castle_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'Castle', '3.0.1'
s.dependency 'Castle', '3.0.2'
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: Castle Flutter plugin.
name: castle_flutter
version: 2.0.0
version: 2.0.1
author: Castle Intelligence, Inc
homepage: https://github.com/castle/castle-flutter

Expand Down

0 comments on commit 640c024

Please sign in to comment.