File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Android Hacker News changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## 1.0.1 - 2024-09-06
9
+
10
+ - Fix ISO date time parsing. [ #136 ] ( https://github.com/EmergeTools/hackernews/pull/136 ) . Thanks
11
+ @asos-edgeorge !
12
+
13
+ ## 1.0.0 - 2024-08-28
14
+
15
+ Initial release!
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ android {
18
18
applicationId = " com.emergetools.hackernews"
19
19
minSdk = 30
20
20
targetSdk = 34
21
- versionCode = 9
22
- versionName = " 1.0.0 "
21
+ versionCode = 10
22
+ versionName = " 1.0.1 "
23
23
24
24
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
25
25
vectorDrawables {
You can’t perform that action at this time.
0 commit comments