Skip to content

Commit e5cec93

Browse files
author
Hadad
committed
umint: Load welcome page.
* Makes cee901b and cab4ff9 happy. * Bump the app to 1.1.2 version.
1 parent 604406a commit e5cec93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
// An integer that increments with each release to identify APK versions
2626
versionCode 1
2727
// A user‐readable version string shown to users
28-
versionName "1.1.1"
28+
versionName "1.1.2"
2929
}
3030

3131
// Defines different build variants and their specific settings

app/src/main/java/space/hf/umint_ai/MainActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public boolean onShowFileChooser(WebView webView,
223223
});
224224

225225
// Load the target URL into the WebView.
226-
webView.loadUrl("https://umint-ai.hf.space");
226+
webView.loadUrl("https://umint.pages.dev");
227227
}
228228

229229
// Helper method that creates a temporary image or video file in the external storage directory.
@@ -300,7 +300,7 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in
300300
}
301301
}
302302
if (!allGranted) {
303-
Toast.makeText(this, "Welcome to UltimaX Intelligence! If no permissions are granted to the app, some OpenWebUI features will not function. Please make sure to read the discussion at https://huggingface.co/spaces/umint/ai/discussions/15 before using this app.", Toast.LENGTH_LONG).show();
303+
// Toast.makeText(this, "Welcome to UltimaX Intelligence! If no permissions are granted to the app, some OpenWebUI features will not function. Please make sure to read the discussion at https://huggingface.co/spaces/umint/ai/discussions/15 before using this app.", Toast.LENGTH_LONG).show();
304304
}
305305
}
306306
}

0 commit comments

Comments
 (0)