mirror of
https://github.com/woheller69/maps.git
synced 2025-06-29 20:59:54 +00:00
Bump version
Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
6017d1267c
commit
ea7ea81c81
5 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/31.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/31.txt
Normal file
|
@ -0,0 +1 @@
|
|||
* Actually only request location twice
|
2
fastlane/metadata/android/en-US/changelogs/32.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/32.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
* Add icon for fastlane
|
||||
* Handle maps.app.goo.gl thanks to @ghost
|
1
fastlane/metadata/android/en-US/changelogs/33.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/33.txt
Normal file
|
@ -0,0 +1 @@
|
|||
* Add Portuguese translations from @lucasmz
|
Loading…
Add table
Add a link
Reference in a new issue