From 5bc1b33e5e124678041f0fe4e02d9964ccd36f36 Mon Sep 17 00:00:00 2001 From: lollipop Date: Sun, 14 Mar 2021 21:47:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A7=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- app/src/main/res/xml/updates.xml | 17 ++++++++++++----- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 5ecfbce..feff612 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.lollipop.smarticonpack" minSdkVersion 21 targetSdkVersion 30 - versionCode 5 - versionName "1.0" + versionCode 6 + versionName "1.1" } buildTypes { diff --git a/app/src/main/res/xml/updates.xml b/app/src/main/res/xml/updates.xml index 59a96bd..fffc37f 100644 --- a/app/src/main/res/xml/updates.xml +++ b/app/src/main/res/xml/updates.xml @@ -25,37 +25,44 @@ --> + + + 适配请求中增加原应用icon类型 + 提升Gradle版本 + 去掉过时的kotlin-android-extensions,使用ViewBinding + 模板交流官方群:677026563 + 增加基础的图标 完成基础的图标包模板 性能优化 - 开发者QQ:1982568737 + 模板交流官方群:677026563 移除不必要的Java代码 增加主题色配置 核心代码精简 - 开发者QQ:1982568737 + 模板交流官方群:677026563 增加文本内容配置 增加图标解析文件的配置 - 开发者QQ:1982568737 + 模板交流官方群:677026563 增加文本内容配置 增加图标解析文件的配置 - 开发者QQ:1982568737 + 模板交流官方群:677026563 基础项目搭建 完成项目架构设计 - 开发者QQ:1982568737 + 模板交流官方群:677026563 \ No newline at end of file