Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Oct 21, 2024
1 parent 0f5276e commit 23b7759
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jocmp.googlereaderclient
package com.jocmp.readerclient

import com.squareup.moshi.Moshi
import okhttp3.OkHttpClient
Expand All @@ -7,7 +7,8 @@ import retrofit2.converter.moshi.MoshiConverterFactory
import retrofit2.create

interface GoogleReader {



companion object {
fun create(
client: OkHttpClient,
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ include(":feedbinclient")
include(":feedfinder")
include(":capy")
include(":rssparser")
include(":googlereaderclient")
include(":readerclient")

0 comments on commit 23b7759

Please sign in to comment.