mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
hotfix: use other http status
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
506fd49f3a
commit
3626a22d3e
3 changed files with 10 additions and 2 deletions
|
@ -12,7 +12,7 @@ import com.google.gson.annotations.SerializedName
|
|||
import com.owncloud.android.MainApp
|
||||
import okhttp3.OkHttpClient
|
||||
import okhttp3.Request
|
||||
import okhttp3.internal.http.HTTP_OK
|
||||
import java.net.HttpURLConnection.HTTP_OK
|
||||
import java.net.URLEncoder
|
||||
|
||||
class NominatimClient constructor(geocoderBaseUrl: String, email: String) {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
buildscript {
|
||||
ext {
|
||||
androidLibraryVersion ="638326e14bc234ca3285852af461d41e6e08d1aa"
|
||||
androidLibraryVersion ="e77e21da5928674243f5e329f9eaaa3db1b1c09a"
|
||||
androidPluginVersion = '8.7.3'
|
||||
androidxMediaVersion = '1.4.1'
|
||||
androidxTestVersion = "1.6.1"
|
||||
|
|
|
@ -7954,6 +7954,14 @@
|
|||
<sha256 value="af2c66e6fa0f282bb91b53849ff2af8aba66ed301269aa9a71783af49a0e99f4" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="e77e21da5928674243f5e329f9eaaa3db1b1c09a">
|
||||
<artifact name="android-library-e77e21da5928674243f5e329f9eaaa3db1b1c09a.aar">
|
||||
<sha256 value="7026ad9ce3b66726f71b97acd19b6aa104ab38cf0b072ccd624900878e5e48bf" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
<artifact name="android-library-e77e21da5928674243f5e329f9eaaa3db1b1c09a.module">
|
||||
<sha256 value="f2a90c77ba3225004fc061febcb62e8e00190e44cf2de803bd094a363bb03e89" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="com.github.nextcloud" name="android-library" version="e7a13d03c1e7549a301edb8b4b58d1c5dda84123">
|
||||
<artifact name="android-library-e7a13d03c1e7549a301edb8b4b58d1c5dda84123.aar">
|
||||
<sha256 value="57ab4fd7c922875a7e0b5feac20aa27ab5df0fd3b4e042f92ed727c0b6316e81" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||
|
|
Loading…
Reference in a new issue