Skip to content

Commit 82470ef

Browse files
committed
point to prod
1 parent 26ba82a commit 82470ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nin0dev/vendroid/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class MainActivity : Activity() {
9494
) {
9595
val queue = Volley.newRequestQueue(this)
9696
val url =
97-
"https://vendroid-staging.nin0.dev/api/updates?version=${BuildConfig.VERSION_CODE}"
97+
"https://vendroid.nin0.dev/api/updates?version=${BuildConfig.VERSION_CODE}"
9898
val stringRequest = StringRequest(
9999
Request.Method.GET, url,
100100
{ response ->

0 commit comments

Comments
 (0)