Skip to content

Commit

Permalink
update readme info for 7.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu committed Dec 1, 2024
1 parent 9f02707 commit 8fd06f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A partir de la versió 3.0.0 la llibreria es un wrapper de la [desenvolupada en
osam_common_module_flutter:
git:
url: https://github.com/AjuntamentdeBarcelona/modul_comu_osam_flutter.git
ref: '6.0.0'
ref: '7.0.0'
```
En cas que les dependències de Firebase Analytics, Firebase Performance i Firebase Crashlytics fallin, cal afegir aquestes aquesta configuració al pubspec:
Expand Down Expand Up @@ -83,7 +83,7 @@ COMMON_MODULE_URL=https://dev-osam-modul-comu.dtibcn.cat/

#### Versió de Kotlin

S'ha d'utilitzar, com a mínim, la versió **1.6.10** de Kotlin.
S'ha d'utilitzar, com a mínim, la versió **1.9.0** de Kotlin.

#### compileSdkVersion

Expand All @@ -109,7 +109,7 @@ En el Podfile del projecte d'iOS creat por Flutter haurem d'incloure el pod del
Kotlin Multiplatform Mobile. Això es fa incloent la següent linea:

```plist
pod 'OSAMCommon', :git => 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam.git', :tag => '2.1.7'
pod 'OSAMCommon', :git => 'https://github.com/AjuntamentdeBarcelona/modul_comu_osam.git', :tag => '2.2.2'
```

El Podfile quedaria de [la següent manera](https://github.com/AjuntamentdeBarcelona/modul_comu_osam_flutter/blob/main/example/ios/Podfile)
Expand Down

0 comments on commit 8fd06f6

Please sign in to comment.