We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f823337 commit ff6ab0dCopy full SHA for ff6ab0d
2 files changed
app/build.gradle.kts
@@ -38,8 +38,8 @@ android {
38
applicationId = "xyz.jekyllex"
39
minSdk = 24
40
targetSdk = 34
41
- versionCode = 5
42
- versionName = "v0.2.3"
+ versionCode = 6
+ versionName = "v0.2.4"
43
44
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
45
vectorDrawables {
metadata/en-US/changelogs/6.txt
@@ -0,0 +1,4 @@
1
+- Add a setting to enable command templates for projects.
2
+- Save frequently used commands in _config.yml files.
3
+- Saved commands appear in the terminal for easy access.
4
+- Bug fixes & improvements.
0 commit comments