Skip to content

Commit

Permalink
Merge pull request #51 from nevissecurity/feature/NEVISACCESSAPP-6080
Browse files Browse the repository at this point in the history
NEVISACCESSAPP-6080: Update version to 3.8.0
  • Loading branch information
tamas-toth authored Aug 13, 2024
2 parents 5d7b27b + 33421ba commit 6dea646
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.+'
}
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6dea646

Please sign in to comment.