Skip to content

Commit

Permalink
app: bump public-transport-enabler
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanePrawn committed Feb 23, 2025
1 parent 4e076cc commit bb1962a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 191 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
exclude module: 'failureaccess'
exclude group: 'com.google.j2objc'
}
implementation('com.gitlab.opentransitmap:public-transport-enabler:7f29ab5fc5a02f71e044c5623117741e36e73d3f') {
implementation('com.gitlab.opentransitmap:public-transport-enabler:bfed4c25ce96b42e7d18cbd0484b61ce462804fd') {
exclude group: 'com.google.guava' // included above
exclude group: 'org.json', module: 'json' // provided by Android
exclude group: 'net.sf.kxml', module: 'kxml2' // provided by Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private val networks = arrayOf(
name = R.string.np_name_db,
description = R.string.np_desc_db2,
logo = R.drawable.network_db_logo,
factory = { DbProvider("{\"type\":\"AID\",\"aid\":\"n91dB8Z77MLdoR0K\"}", "bdI8UVj40K5fvxwf".toByteArray(Charsets.UTF_8)) }
factory = { DbProvider() }
)
)
),
Expand All @@ -62,7 +62,7 @@ private val networks = arrayOf(
description = R.string.np_desc_db,
logo = R.drawable.network_db_logo,
itemIdExtra = 1,
factory = { DbProvider("{\"type\":\"AID\",\"aid\":\"n91dB8Z77MLdoR0K\"}", "bdI8UVj40K5fvxwf".toByteArray(Charsets.UTF_8)) }
factory = { DbProvider() }
),
TransportNetwork(
id = NetworkId.BVG,
Expand Down
Loading

0 comments on commit bb1962a

Please sign in to comment.