Bump version

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-04-20 20:53:32 -04:00
parent 6017d1267c
commit ea7ea81c81
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
5 changed files with 8 additions and 3 deletions

View file

@ -31,6 +31,7 @@ Credits
- @woheller69 for disabling WebView telemetry
- Diego Sanguinetti for the Spanish fastlane metadata
- Marcin Mikołajczak for the Polish fastlane metadata
- @ruanon for the Brazilian Portuguese fastlane metadata
- @lucasmz for the Portuguese fastlane metadata
- @lucasmz for Portuguese translation
- R Raj for the sharing intent support

View file

@ -6,9 +6,9 @@ android {
applicationId "us.spotco.maps"
minSdkVersion 21
targetSdkVersion 32
versionCode 32
versionName "1.8"
resConfigs 'en'
versionCode 33
versionName "1.9"
resConfigs 'en', 'pt'
}
buildTypes {
debug {

View file

@ -0,0 +1 @@
* Actually only request location twice

View file

@ -0,0 +1,2 @@
* Add icon for fastlane
* Handle maps.app.goo.gl thanks to @ghost

View file

@ -0,0 +1 @@
* Add Portuguese translations from @lucasmz