We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ba82a commit 82470efCopy full SHA for 82470ef
app/src/main/java/com/nin0dev/vendroid/MainActivity.kt
@@ -94,7 +94,7 @@ class MainActivity : Activity() {
94
) {
95
val queue = Volley.newRequestQueue(this)
96
val url =
97
- "https://vendroid-staging.nin0.dev/api/updates?version=${BuildConfig.VERSION_CODE}"
+ "https://vendroid.nin0.dev/api/updates?version=${BuildConfig.VERSION_CODE}"
98
val stringRequest = StringRequest(
99
Request.Method.GET, url,
100
{ response ->
0 commit comments