update gradle
This commit is contained in:
parent
4d998150a3
commit
a77716970b
@ -246,7 +246,7 @@ public class RepoInfoFragment extends Fragment {
|
|||||||
repoCloneUrlInfo.setText(repoInfo.getClone_url());
|
repoCloneUrlInfo.setText(repoInfo.getClone_url());
|
||||||
repoRepoUrlInfo.setText(repoInfo.getHtml_url());
|
repoRepoUrlInfo.setText(repoInfo.getHtml_url());
|
||||||
repoForksCountInfo.setText(repoInfo.getForks_count());
|
repoForksCountInfo.setText(repoInfo.getForks_count());
|
||||||
|
|
||||||
tinyDb.putBoolean("hasIssues", repoInfo.getHas_issues());
|
tinyDb.putBoolean("hasIssues", repoInfo.getHas_issues());
|
||||||
|
|
||||||
switch (timeFormat) {
|
switch (timeFormat) {
|
||||||
|
@ -7,7 +7,7 @@ buildscript {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.5.0'
|
classpath 'com.android.tools.build:gradle:3.5.1'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user