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 6376532 commit 4ab8d1fCopy full SHA for 4ab8d1f
flutter_app/lib/constants.dart
@@ -1,6 +1,6 @@
1
class AppConstants {
2
static const String appName = 'OpenClaw';
3
- static const String version = '1.8.0';
+ static const String version = '1.8.1';
4
static const String packageName = 'com.nxg.openclawproot';
5
6
/// Matches ANSI escape sequences (e.g. color codes in terminal output).
flutter_app/pubspec.yaml
@@ -1,7 +1,7 @@
name: openclaw
description: OpenClaw AI Gateway for Android - standalone, no Termux required.
publish_to: 'none'
-version: 1.8.0+11
+version: 1.8.1+12
environment:
7
sdk: '>=3.2.0 <4.0.0'
0 commit comments