This repository was archived by the owner on Aug 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
metadata/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ All major and minor version changes will be documented in this file. Details of
44patch-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
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments