Skip to content

Commit d243114

Browse files
committed
Remove ORS module
1 parent 4a72876 commit d243114

File tree

79 files changed

+7
-4711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+7
-4711
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,14 @@ android {
9999
}
100100

101101
dependencies {
102-
implementation project(':ors-client')
103102
implementation fileTree(dir: 'libs', include: ['*.jar'])
104103
//noinspection GradleCompatible
105-
implementation 'androidx.core:core-ktx:1.16.0'
106-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2"
104+
implementation 'androidx.core:core-ktx:1.17.0'
105+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3"
107106
implementation 'androidx.appcompat:appcompat:1.7.1'
108107
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
109108
implementation 'androidx.recyclerview:recyclerview:1.4.0'
110-
implementation 'com.google.android.material:material:1.12.0'
109+
implementation 'com.google.android.material:material:1.13.0'
111110
implementation 'org.osmdroid:osmdroid-android:6.1.20'
112111
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
113112
implementation 'com.github.PhilJay:MPAndroidChart:v3.0.3'
@@ -135,8 +134,9 @@ dependencies {
135134
}
136135
playImplementation 'com.google.android.gms:play-services-ads:24.5.0'
137136
playImplementation 'com.google.android.ump:user-messaging-platform:3.2.0'
137+
implementation 'com.github.Pygmalion69:ors-android-client:0.1.2'
138138
testImplementation 'junit:junit:4.13.2'
139139
androidTestImplementation 'androidx.test:runner:1.7.0'
140-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
140+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0'
141141
}
142142

app/src/main/java/org/nitri/opentopo/BaseMainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import org.nitri.opentopo.nearby.entity.NearbyItem
4747
import org.nitri.opentopo.util.Utils
4848
import org.osmdroid.util.GeoPoint
4949
import androidx.core.net.toUri
50-
import org.nitri.ors.DefaultOrsClient
5150
import org.nitri.ors.Ors
5251
import org.nitri.ors.OrsClient
5352

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ allprojects {
2626
password = System.getenv("GPR_TOKEN") ?: findProperty("gpr.token")
2727
}
2828
}
29+
maven { url = uri("https://jitpack.io") }
2930
}
3031
tasks.withType(JavaCompile).tap {
3132
configureEach {

ors-client/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

ors-client/build.gradle.kts

Lines changed: 0 additions & 73 deletions
This file was deleted.

ors-client/consumer-rules.pro

Whitespace-only changes.

ors-client/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

ors-client/src/androidTest/AndroidManifest.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

ors-client/src/androidTest/java/org/nitri/ors/ElevationDslInstrumentedTest.kt

Lines changed: 0 additions & 65 deletions
This file was deleted.

ors-client/src/androidTest/java/org/nitri/ors/ElevationInstrumentedTest.kt

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)