Skip to content

Commit

Permalink
feat: 升级更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-XiaoLiang committed Mar 14, 2021
1 parent 5b8b3f2 commit 5bc1b33
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.lollipop.smarticonpack"
minSdkVersion 21
targetSdkVersion 30
versionCode 5
versionName "1.0"
versionCode 6
versionName "1.1"
}

buildTypes {
Expand Down
17 changes: 12 additions & 5 deletions app/src/main/res/xml/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,37 +25,44 @@
-->

<!-- 版本 -->
<version name="1.1" code="6">
<!-- 更新内容,数量不限 -->
<item>适配请求中增加原应用icon类型</item>
<item>提升Gradle版本</item>
<item>去掉过时的kotlin-android-extensions,使用ViewBinding</item>
<item>模板交流官方群:677026563</item>
</version>
<version name="1.0" code="5">
<!-- 更新内容,数量不限 -->
<item>增加基础的图标</item>
<item>完成基础的图标包模板</item>
<item>性能优化</item>
<item>开发者QQ:1982568737</item>
<item>模板交流官方群:677026563</item>
</version>

<version name="0.9" code="4">
<item>移除不必要的Java代码</item>
<item>增加主题色配置</item>
<item>核心代码精简</item>
<item>开发者QQ:1982568737</item>
<item>模板交流官方群:677026563</item>
</version>

<version name="0.7" code="3">
<item>增加文本内容配置</item>
<item>增加图标解析文件的配置</item>
<item>开发者QQ:1982568737</item>
<item>模板交流官方群:677026563</item>
</version>

<version name="0.5" code="2">
<item>增加文本内容配置</item>
<item>增加图标解析文件的配置</item>
<item>开发者QQ:1982568737</item>
<item>模板交流官方群:677026563</item>
</version>

<version name="0.1" code="1">
<item>基础项目搭建</item>
<item>完成项目架构设计</item>
<item>开发者QQ:1982568737</item>
<item>模板交流官方群:677026563</item>
</version>

</updates>

0 comments on commit 5bc1b33

Please sign in to comment.