Skip to content

Commit

Permalink
Beta Release 2 (#117)
Browse files Browse the repository at this point in the history
This update includes adding new feeds as well as fixing a crash on startup.
  • Loading branch information
Rahkeen authored Aug 15, 2024
1 parent 8fd07d3 commit ba067d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "com.emergetools.hackernews"
minSdk = 30
targetSdk = 34
versionCode = 3
versionName = "1.0-beta01"
versionCode = 6
versionName = "1.0-beta02"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class HackerNewsApplication : Application() {
.cookieJar(LocalCookieJar(userStorage))
.build()

searchClient = HackerNewsSearchClient(json, httpClient)
webClient = HackerNewsWebClient(httpClient)
baseClient = HackerNewsBaseClient(json, httpClient)
}
Expand Down

0 comments on commit ba067d4

Please sign in to comment.