Skip to content

Commit

Permalink
downgrade some deps again
Browse files Browse the repository at this point in the history
I don't feel like migrating to compile target SDK 34 right now...
  • Loading branch information
westnordost committed Dec 16, 2023
1 parent de9361d commit 2a1aad8
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies {

// Android stuff
implementation("com.google.android.material:material:1.6.1")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.annotation:annotation:1.7.1")
Expand All @@ -152,7 +152,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")

// scheduling background jobs
implementation("androidx.work:work-runtime:2.9.0")
implementation("androidx.work:work-runtime:2.8.1")

// finding in which country we are for country-specific logic
implementation("de.westnordost:countryboundaries:2.1")
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/raw/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
v56.0-beta1: |
<h3>Replaced Authorization</h3>
<p>Sorry, you'll need to log in again. Authorization via OAuth 1.0a is being deprecated on OSM, so we have switched to OAuth 2.0. (#5383, #5322)
<br>Sponsored by @dirkmueller from SUSE</p>
<h3>New Authorization</h3>
<p>Sorry, you'll need to log in again. Authorization via OAuth 1.0a is being deprecated on OSM, so we have switched to OAuth 2.0 (#5383, #5322).
<br>Sponsored by @dirkmueller from SUSE.</p>
<h3>General Enhancements and Fixes</h3>
<ul>
<li>You can now view, filter and copy logs from within the app. (This helps finding issues.) (#5335), by @neonowy</li>
<li>You can now view, filter and copy logs from within the app. (This helps finding the cause of issues.) (#5335), by @neonowy</li>
<li>Other small improvements (#5360), by @riQQ</li>
</ul>
<h3>New Quests</h3>
Expand Down
30 changes: 17 additions & 13 deletions app/src/main/res/raw/credits_contributors.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: "Tobias Zwick"
githubUsername: "westnordost"
linesOfCodeChanged: 414134
linesOfInterfaceMarkupChanged: 145989
linesOfCodeChanged: 415681
linesOfInterfaceMarkupChanged: 146002
assetFilesChanged: 2013
- name: "Mateusz Konieczny"
githubUsername: "matkoniecz"
Expand All @@ -15,7 +15,7 @@
assetFilesChanged: 152
- name: "Helium314"
githubUsername: "Helium314"
linesOfCodeChanged: 12172
linesOfCodeChanged: 12191
linesOfInterfaceMarkupChanged: 1182
assetFilesChanged: 70
- name: "ENT8R"
Expand All @@ -33,12 +33,16 @@
assetFilesChanged: 7
- name: "Matija Nalis"
githubUsername: "mnalis"
linesOfCodeChanged: 3094
linesOfCodeChanged: 3154
linesOfInterfaceMarkupChanged: 488
assetFilesChanged: 70
- name: "Krzysztof Zbudniewek"
githubUsername: "neonowy"
linesOfCodeChanged: 2565
linesOfInterfaceMarkupChanged: 495
- name: "riQQ"
githubUsername: "riQQ"
linesOfCodeChanged: 2360
linesOfCodeChanged: 2361
- name: "YoshiRulz"
githubUsername: "YoshiRulz"
linesOfCodeChanged: 2078
Expand Down Expand Up @@ -88,6 +92,11 @@
githubUsername: "naposm"
linesOfCodeChanged: 399
linesOfInterfaceMarkupChanged: 1472
- name: "qugebert"
githubUsername: "qugebert"
linesOfCodeChanged: 376
linesOfInterfaceMarkupChanged: 165
assetFilesChanged: 1
- name: "Jay Turner"
githubUsername: "TurnrDev"
linesOfCodeChanged: 364
Expand All @@ -98,11 +107,6 @@
linesOfCodeChanged: 344
linesOfInterfaceMarkupChanged: 1956
assetFilesChanged: 56
- name: "qugebert"
githubUsername: "qugebert"
linesOfCodeChanged: 324
linesOfInterfaceMarkupChanged: 35
assetFilesChanged: 1
- name: "mcliquid"
githubUsername: "mcliquid"
linesOfCodeChanged: 286
Expand All @@ -120,9 +124,6 @@
linesOfCodeChanged: 200
linesOfInterfaceMarkupChanged: 203
assetFilesChanged: 44
- name: "Krzysztof Zbudniewek"
githubUsername: "neonowy"
linesOfCodeChanged: 196
- name: "wouter van der plas"
githubUsername: "wvanderp"
linesOfCodeChanged: 178
Expand Down Expand Up @@ -197,6 +198,9 @@
- name: "Nils Rokita"
githubUsername: "Akasch"
linesOfCodeChanged: 16
- name: "Finn"
githubUsername: "catdogmat"
linesOfCodeChanged: 13
- name: "tiptoptom"
githubUsername: "tiptoptom"
linesOfCodeChanged: 13
Expand Down

0 comments on commit 2a1aad8

Please sign in to comment.