We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0471bf commit a4a6a04Copy full SHA for a4a6a04
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "com.shezik.drawanywhere"
15
minSdk = 26
16
targetSdk = 36
17
- versionCode = 2
18
- versionName = "1.1"
+ versionCode = 3
+ versionName = "1.2"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
}
metadata/en-US/changelogs/3.txt
@@ -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
+清理图标资源。
+实现自适应启动器图标。
+增加磁贴开关。(谢谢 @Noah12398 !)
0 commit comments