Skip to content

Commit ab4a5fd

Browse files
committed
added data for 2021
1 parent c4799cb commit ab4a5fd

File tree

7 files changed

+232
-227
lines changed

7 files changed

+232
-227
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/corenting/InflationCalculator/Android%20CI/master) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/corenting/InflationCalculator) ![License](https://img.shields.io/github/license/corenting/InflationCalculator)
44

5-
This inflation calculator allows you to check how prices have changed over time.
5+
This inflation calculator allows you to calculate the buying power in a specified year of any amount of money to an equivalent amount in another year by taking into account the inflation rate between these two years.
66
It supports the following countries :
7-
- USA (from 1913 to 2020)
8-
- UK (from 1800 to 2020)
9-
- France (from 1901 to 2020)
7+
- USA (from 1913 to 2021)
8+
- UK (from 1800 to 2021)
9+
- France (from 1901 to 2021)
1010

1111
## Data sources ##
1212
- France: INSEE, https://www.insee.fr/fr/statistiques/serie/010605954

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "fr.corenting.convertisseureurofranc"
1010
minSdkVersion 17
1111
targetSdkVersion 31
12-
versionCode 18
13-
versionName "2.9"
12+
versionCode 19
13+
versionName "2.10"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}
1616

@@ -49,7 +49,7 @@ dependencies {
4949
// Dependencies
5050
implementation 'androidx.core:core-ktx:1.7.0'
5151
implementation 'androidx.preference:preference-ktx:1.1.1'
52-
implementation 'com.google.android.material:material:1.4.0'
52+
implementation 'com.google.android.material:material:1.5.0'
5353
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0"
5454

5555

app/src/main/res/raw/fr_values.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2021;106.45
12
2020;104.73
23
2019;104.23
34
2018;103.09

0 commit comments

Comments
 (0)