Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 428ccc8

Browse files
committed
rel 20230820
1 parent 60f59d2 commit 428ccc8

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

66
<!--
7-
## Next_Ver - 2022/xx/xx
7+
## Next_Ver - 2023/xx/xx
88
-->
99

10-
## Next_Ver - 2022/xx/xx
10+
## 20230820 - 2023/08/20
1111

12+
- Update dependencies
1213
- New Feature: Add Gradle tasks
1314
- ktlintCheck (`gradlew ktlintCheck`): run ktlint over the codebase
1415
- genDocs (`gradlew genDocs`): generate the api reference using dokka

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939
applicationId = "com.fredhappyface.fhcode"
4040
minSdk = 26
4141
targetSdk = 33
42-
versionCode = 20220110
43-
versionName = "2022.01.10"
42+
versionCode = 20230820
43+
versionName = "20230820"
4444
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4545
setProperty("archivesBaseName", "$applicationId-$versionName")
4646
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h2 id="section">20230820 - 2023/08/20</h2>
2+
<ul>
3+
<li>Update dependencies</li>
4+
<li>New Feature: Add Gradle tasks
5+
<ul>
6+
<li>ktlintCheck (<code>gradlew ktlintCheck</code>): run ktlint over the
7+
codebase</li>
8+
<li>genDocs (<code>gradlew genDocs</code>): generate the api reference
9+
using dokka</li>
10+
</ul></li>
11+
</ul>

0 commit comments

Comments
 (0)