Skip to content

Commit

Permalink
chore: 2.7.0-rc2 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrimault committed Mar 2, 2024
1 parent 85b1017 commit 4bb7dbc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.7.0-rc2](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.7.0-rc2) (2023-10-14, pre-release)

### 🚀 Nouveautés

* Ne pas synchroniser les taxons à chaque synchronisation (https://github.com/PnX-SI/gn_mobile_occtax/issues/133).

### 🐛 Corrections

* Erreur transparente lors de la synchronisation des données si le champ 'nom_valide' est non
renseigné coté taxref (https://github.com/PnX-SI/gn_mobile_occtax/issues/133).

### ⚠️ Notes de version

* Code de version : 3229

## [2.7.0-rc1](https://github.com/PnX-SI/gn_mobile_occtax/releases/tag/2.7.0-rc1) (2023-09-13, pre-release)

### 🐛 Corrections
Expand Down
4 changes: 2 additions & 2 deletions occtax/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "fr.geonature.occtax2"
minSdkVersion 26
targetSdkVersion 33
versionCode 3221
versionName "2.7.0-rc1"
versionCode 3229
versionName "2.7.0-rc2"
buildConfigField "String", "BUILD_DATE", "\"" + new Date().getTime() + "\""
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
archivesBaseName = project.name + "-" + versionName
Expand Down

0 comments on commit 4bb7dbc

Please sign in to comment.