Skip to content

Commit 759bf65

Browse files
author
Gustavo Lorena
committed
Update version - 8.1.0
(cherry picked from commit 54e4f92a011be8c5e47e6a12611c25df311ad211)
1 parent 5cd961f commit 759bf65

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
## 8.0.1-dev
1+
## 8.1.0
22

33
* BREAKING CHANGES
44
* Updated the app demo showing functionalities and configurations;
55
* Adding new screens to the demo app.
66
* Inclusion of user cases in the demo app for the providers to check if they want to.
7+
* Updated [modul_comu_osam library](https://github.com/AjuntamentdeBarcelona/modul_comu_osam) to version 3.1.0 (adding more login version control and fixing some bugs);
8+
* To show icon in version control in iOS you need to add the image "dialog_app_icon" with the icon image.
79

810
## 8.0.0
911

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949

5050
dependencies {
5151
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0-native-mt")
52-
implementation("com.github.AjuntamentdeBarcelona.modul_comu_osam:common:3.0.14-dev")
52+
implementation("com.github.AjuntamentdeBarcelona.modul_comu_osam:common:3.1.0")
5353
implementation("com.google.code.gson:gson:2.10.1")
5454

5555
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target 'Runner' do
3232
use_modular_headers!
3333

3434
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
35-
pod 'OSAMCommon', :git => 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam.git', :tag => '3.0.14-dev'
35+
pod 'OSAMCommon', :git => 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam.git', :tag => '3.1.0'
3636
end
3737

3838
post_install do |installer|

ios/osam_common_module_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A new flutter plugin project.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'OSAMCommon', '~> 3.0.12-dev'
18+
s.dependency 'OSAMCommon', '~> 3.1.0'
1919
s.platform = :ios, '8.0'
2020

2121
# Flutter.framework does not contain a i386 slice.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: osam_common_module_flutter
22
description: OSAM's Flutter common module
3-
version: 8.0.13-dev
3+
version: 8.1.0
44
homepage: 'https://ajuntament.barcelona.cat/imi/ca/oficina-de-serveis-al-mobil'
55
issue_tracker: 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam_flutter/issues'
66
repository: 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam_flutter'

0 commit comments

Comments
 (0)