1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-03-08 07:37:56 +01:00

update gradle

This commit is contained in:
M M Arif 2019-10-03 12:15:55 +05:00
parent 4d998150a3
commit a77716970b
2 changed files with 2 additions and 2 deletions
app/src/main/java/org/mian/gitnex/fragments
build.gradle

@ -246,7 +246,7 @@ public class RepoInfoFragment extends Fragment {
repoCloneUrlInfo.setText(repoInfo.getClone_url());
repoRepoUrlInfo.setText(repoInfo.getHtml_url());
repoForksCountInfo.setText(repoInfo.getForks_count());
tinyDb.putBoolean("hasIssues", repoInfo.getHas_issues());
switch (timeFormat) {

@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:3.5.1'
}
}