Skip to content

Commit

Permalink
Merge pull request #111 from nin0-dev/dev
Browse files Browse the repository at this point in the history
point to prod
  • Loading branch information
nin0-dev authored Mar 7, 2025
2 parents b576cb9 + 82470ef commit d0bac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/nin0dev/vendroid/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class MainActivity : Activity() {
) {
val queue = Volley.newRequestQueue(this)
val url =
"https://vendroid-staging.nin0.dev/api/updates?version=${BuildConfig.VERSION_CODE}"
"https://vendroid.nin0.dev/api/updates?version=${BuildConfig.VERSION_CODE}"
val stringRequest = StringRequest(
Request.Method.GET, url,
{ response ->
Expand Down

0 comments on commit d0bac0d

Please sign in to comment.