Skip to content

Commit

Permalink
fix: update readme and version code
Browse files Browse the repository at this point in the history
  • Loading branch information
balexei committed Nov 13, 2024
1 parent f659c79 commit a3e628f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Release Build](https://github.com/balexei/vitrasa-parada/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/balexei/vitrasa-parada/actions/workflows/release.yml)

Buses Vigo is an Android app designed for residents and frequent users of the public transport
system in Vigo who want a quick way to check the next busses arriving at a particular bus stop.
system in Vigo who want a quick way to check the next buses arriving at a particular bus stop.
This app doesn't provide navigation or route suggestions, it is targeted to users familiar with the
city who simply need real-time bus arrival information at specific stops.

Expand All @@ -21,5 +21,5 @@ city who simply need real-time bus arrival information at specific stops.
## Data source

This app uses data provided by the Vigo City Council [Open Data Vigo](https://datos.vigo.org). This
application can stop working temporarily or permanently without notice because the data obtained
application can stop working temporarily or permanently without notice because the data is obtained
directly at runtime.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdk = 30
targetSdk = 35
versionCode = 1
versionName = "1.0"
versionName = "1.0.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit a3e628f

Please sign in to comment.