Skip to content

Commit a4a6a04

Browse files
committed
Bump version to 1.2
1 parent a0471bf commit a4a6a04

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
applicationId = "com.shezik.drawanywhere"
1515
minSdk = 26
1616
targetSdk = 36
17-
versionCode = 2
18-
versionName = "1.1"
17+
versionCode = 3
18+
versionName = "1.2"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

metadata/en-US/changelogs/3.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Clean up icon resources.
2+
Implement adaptive launcher icon.
3+
Add Quick Settings Tile toggle button. (Thanks @Noah12398 !)

metadata/zh-CN/changelogs/3.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
清理图标资源。
2+
实现自适应启动器图标。
3+
增加磁贴开关。(谢谢 @Noah12398 !)

0 commit comments

Comments
 (0)