Skip to content

Commit

Permalink
update PTE, remove TFI (Ireland)
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim committed Nov 12, 2023
1 parent 59d6c0e commit e960053
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 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:902b26d6') {
implementation('com.gitlab.opentransitmap:public-transport-enabler:3a16b1e7') {
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 @@ -412,16 +412,6 @@ private val networks = arrayOf(
)
)
),
Country(
R.string.np_region_ireland, flag = "🇮🇪", networks = listOf(
TransportNetwork(
id = NetworkId.TFI,
description = R.string.np_desc_tfi,
logo = R.drawable.network_tfi_logo,
factory = { TfiProvider() }
)
)
),
Country(
R.string.np_name_it, flag = "🇮🇹", networks = listOf(
TransportNetwork(
Expand Down
26 changes: 0 additions & 26 deletions app/src/main/res/drawable/network_tfi_logo.xml

This file was deleted.

4 changes: 2 additions & 2 deletions app/witness.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencyVerification {
'androidx.viewpager:viewpager:1.0.0:viewpager-1.0.0.aar:147af4e14a1984010d8f155e5e19d781f03c1d70dfed02a8e0d18428b8fc8682',
'com.github.omadahealth:swipy:1.2.3:swipy-1.2.3.aar:63bff6e181742e3e243c29b595062ca65b4274bf7033c65460924f64f65c01e0',
'com.github.tony19:logback-android:1.1.1-12:logback-android-1.1.1-12.aar:3102228f0e408e3c003b34e96a604e9b9f59d314dcf8f03aa78d9d3648198932',
'com.gitlab.opentransitmap:public-transport-enabler:902b26d6:public-transport-enabler-902b26d6.jar:a8b3e5ddae24d27e7713fc68dfa84da2288e48fbe7ccc90cf6ce40ef40b4a6bf',
'com.gitlab.opentransitmap:public-transport-enabler:3a16b1e7:public-transport-enabler-3a16b1e7.jar:b7bfd5c19990f019b9c785817ee89fe80329454ea6aeea33ecd0386d227442e5',
'com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:2.0:accessibility-test-framework-2.0.jar:cdf16ef8f5b8023d003ce3cc1b0d51bda737762e2dab2fedf43d1c4292353f7f',
'com.google.android.material:material:1.0.0:material-1.0.0.aar:7680e381a3c03798d999b2e441caadd8a56a0a808e108024a67af9fe26c11adc',
'com.google.android.material:material:1.5.0:material-1.5.0.aar:b14dc96f95085f26f36aab703b2f791d136b71e91d5e80f0a0364531074a69c7',
Expand Down Expand Up @@ -181,7 +181,7 @@ dependencyVerification {
'org.ow2.asm:asm-tree:9.2:asm-tree-9.2.jar:aabf9bd23091a4ebfc109c1f3ee7cf3e4b89f6ba2d3f51c5243f16b3cffae011',
'org.ow2.asm:asm:9.2:asm-9.2.jar:b9d4fe4d71938df38839f0eca42aaaa64cf8b313d678da036f0cb3ca199b47f5',
'org.slf4j:slf4j-api:1.7.32:slf4j-api-1.7.32.jar:3624f8474c1af46d75f98bc097d7864a323c81b3808aa43689a6e1c601c027be',
'org.slf4j:slf4j-api:2.0.7:slf4j-api-2.0.7.jar:5d6298b93a1905c32cda6478808ac14c2d4a47e91535e53c41f7feeb85d946f4',
'org.slf4j:slf4j-api:2.0.9:slf4j-api-2.0.9.jar:0818930dc8d7debb403204611691da58e49d42c50b6ffcfdce02dadb7c3c2b6c',
'org.xerial:sqlite-jdbc:3.25.2:sqlite-jdbc-3.25.2.jar:a45da61abed61568a533fdece125093180828edeb0d4b6f6d572e0cf457465f6',
'tools.fastlane:screengrab:2.1.1:screengrab-2.1.1.aar:5a02781c0986e71ddbc691263115c2db70bdebb4b48d5b6dcf06ab1cb547d62d',
'uk.co.samuelwall:material-tap-target-prompt:2.14.0:material-tap-target-prompt-2.14.0.aar:12ab447ba97019adbecb20e048921ca30ed7a9f72a37b83f39a4333bd759b518',
Expand Down

0 comments on commit e960053

Please sign in to comment.