Skip to content

Commit

Permalink
Release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneTinella committed Mar 21, 2021
1 parent e82c246 commit 59887ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Binary file modified StatoCovid19Italia.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.twistedappdeveloper.statocovid19italia"
minSdkVersion 14
targetSdkVersion 30
versionCode 31
versionName "1.2.6.2"
versionCode 32
versionName "1.2.7"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<string name="counter">https://statocovidappitalia.azurewebsites.net/Dati/Counter</string>
<string name="dataset_avvisi">https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-json/dpc-covid19-ita-note.json</string>
<string name="dataset_vaccini">https://raw.githubusercontent.com/italia/covid19-opendata-vaccini/master/dati/somministrazioni-vaccini-latest.json</string>
<string name="api_key">apikey</string>
<string name="api_key">RBWo5zHEtZkV1x6eTCZZs11tND0MiUd1</string>

<string name="notification_file">https://raw.githubusercontent.com/SimoneTinella/Stato_COVID19_Italia_Android/master/notification.json</string>
<string name="new_version_app_site">https://raw.githubusercontent.com/SimoneTinella/Stato_COVID19_Italia_Android/master/StatoCovid19Italia.apk</string>
Expand Down
6 changes: 5 additions & 1 deletion notification.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"latest_app_version": 31,
"latest_app_version": 32,
"changelog": [
{
"ver": "1.2.7",
"description": "-Minor fix"
},
{
"ver": "1.2.6.2",
"description": "-Minor fix"
Expand Down

0 comments on commit 59887ef

Please sign in to comment.