Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
1.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Mostovyi committed Jun 8, 2020
1 parent 0b0d62f commit b89c168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true

GROUP=nl.ngti
VERSION_NAME=1.0-RC3
VERSION_NAME=1.0-RC4

POM_URL=https://github.com/ngti/androscope
POM_SCM_URL=https://github.com/ngti/androscope
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ internal class ResponseDataCache<Params : Refreshable, Data>(
* Enforces parameters used in [ResponseDataCache] to contain [timestamp] property that allows to
* invalidate cache when user refreshes a web page.
*/
interface Refreshable {
internal interface Refreshable {

/**
* Should be passed from a web page. When user refreshes the web page, a new timestamp
Expand Down

0 comments on commit b89c168

Please sign in to comment.