diff --git a/android/app/build.gradle b/android/app/build.gradle index c938c5b..2bc628b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -67,5 +67,5 @@ flutter { dependencies { //noinspection GradleDynamicVersion - debugImplementation 'ch.nevis:nevis-mobile-authentication-sdk-android-debug:3.7.+' + debugImplementation 'ch.nevis:nevis-mobile-authentication-sdk-android-debug:3.8.+' } diff --git a/ios/Podfile b/ios/Podfile index d7a78f7..afed188 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -33,8 +33,8 @@ target 'Runner' do use_frameworks! use_modular_headers! - pod 'NevisMobileAuthentication-Debug', '~> 3.7.0', :configurations => ['Debug', 'Profile'] - pod 'NevisMobileAuthentication', '~> 3.7.0', :configurations => ['Release'] + pod 'NevisMobileAuthentication-Debug', '~> 3.8.0', :configurations => ['Debug', 'Profile'] + pod 'NevisMobileAuthentication', '~> 3.8.0', :configurations => ['Release'] flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__)) end diff --git a/pubspec.yaml b/pubspec.yaml index 2d988e9..f8df22a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nevis_mobile_authentication_sdk_example_app_flutter description: A new Flutter project. -version: 3.7.0+1 +version: 3.8.0+1 # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. @@ -35,7 +35,7 @@ dependencies: dio_cookie_manager: ^3.1.1 cookie_jar: ^4.0.8 permission_handler: ^11.3.1 - nevis_mobile_authentication_sdk: '>=3.7.0 <3.8.0' + nevis_mobile_authentication_sdk: '>=3.8.0 <3.9.0' dev_dependencies: flutter_test: