Skip to content

Commit 10aacdf

Browse files
author
Gustavo Lorena
committed
Update version - 8.0.12-dev
1 parent 753d8e7 commit 10aacdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.12-dev")
52+
implementation("com.github.AjuntamentdeBarcelona.modul_comu_osam:common:3.0.13-dev")
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.12-dev'
35+
pod 'OSAMCommon', :git => 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam.git', :tag => '3.0.13-dev'
3636
end
3737

3838
post_install do |installer|

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.11-dev
3+
version: 8.0.12-dev
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)