Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneTinella committed Apr 10, 2021
1 parent 21a5400 commit d8e882e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file modified StatoCovid19Italia.apk
Binary file not shown.
6 changes: 3 additions & 3 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 32
versionName "1.2.7"
versionCode 33
versionName "1.2.8"
}
buildTypes {
release {
Expand All @@ -31,7 +31,7 @@ dependencies {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.google.android.material:material:1.4.0-alpha01'
implementation 'com.google.android.material:material:1.4.0-alpha02'
implementation 'com.loopj.android:android-async-http:1.4.9'
}

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": 32,
"latest_app_version": 33,
"changelog": [
{
"ver": "1.2.8",
"description": "-Zoom asse X e Y resa indipendente"
},
{
"ver": "1.2.7",
"description": "-Minor fix"
Expand Down

0 comments on commit d8e882e

Please sign in to comment.