From 2b59a3a84d066cce096547fbf5f8ce105638c691 Mon Sep 17 00:00:00 2001 From: MoonLeeeaf <150461955+MoonLeeeaf@users.noreply.github.com> Date: Sat, 8 Jun 2024 18:05:36 +0800 Subject: [PATCH] chore: 1.0.1 -> 1.1.0 --- .androidide/editor/openedFiles.json | 17 ++++++++++++++++- app/build.gradle | 4 ++-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.androidide/editor/openedFiles.json b/.androidide/editor/openedFiles.json index 380cd78..238cc78 100644 --- a/.androidide/editor/openedFiles.json +++ b/.androidide/editor/openedFiles.json @@ -29,7 +29,22 @@ "line": 138 } } + }, + { + "file": "/storage/emulated/0/铃芽の文件/Projects/FuckMaoNemo/app/build.gradle", + "selection": { + "end": { + "column": 23, + "index": 273, + "line": 14 + }, + "start": { + "column": 23, + "index": 273, + "line": 14 + } + } } ], - "selectedFile": "/storage/emulated/0/铃芽の文件/Projects/FuckMaoNemo/app/src/main/res/xml/config.xml" + "selectedFile": "/storage/emulated/0/铃芽の文件/Projects/FuckMaoNemo/app/build.gradle" } \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 8319768..bf5db09 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "io.github.moonleeeaf.fuckmaonemo" minSdk 21 targetSdk 33 - versionCode 10100 - versionName "1.0.1" + versionCode 11000 + versionName "1.1.0" vectorDrawables { useSupportLibrary true