Add r/w permission

This commit is contained in:
LollipopKit
2021-11-21 19:45:42 +08:00
parent 9ef59f4c12
commit de1e970108
2 changed files with 9 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
class BuildData {
static const String name = "ToolBox";
static const int build = 63;
static const int build = 64;
static const String engine = "Flutter 2.5.3 • channel stable • https://github.com/flutter/flutter.git\nFramework • revision 18116933e7 (5 weeks ago) • 2021-10-15 10:46:35 -0700\nEngine • revision d3ea636dc5\nTools • Dart 2.14.4\n";
static const String buildAt = "2021-11-21 19:35:22.997443";
static const int modifications = 4;
static const String buildAt = "2021-11-21 19:42:23.223010";
static const int modifications = 2;
}