Skip to content

Commit

Permalink
update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
corkine committed Jan 25, 2024
1 parent 5187f61 commit 5d334f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
applicationId "com.example.screen_me"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
2 changes: 1 addition & 1 deletion lib/version.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version = "1.0.1";
const version = "1.0.2";
const logs = [
"2024年1月22日 实现了整体界面设计,搭建了响应式系统,登录和 Debug 追踪,基本可用。",
"2024年1月23日 增加了演示模式,集成 Github Action。",
Expand Down

0 comments on commit 5d334f1

Please sign in to comment.