Skip to content

Commit

Permalink
Upgrade to android studio 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed May 5, 2021
1 parent 580fcdc commit 34cc816
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/BOINC/.idea/compiler.xml

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

15 changes: 12 additions & 3 deletions android/BOINC/.idea/misc.xml

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

1 change: 1 addition & 0 deletions android/BOINC/.idea/runConfigurations.xml

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

2 changes: 1 addition & 1 deletion android/BOINC/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.ajoberstar.grgit.Grgit

// Use commit date as version code (valid up to 07/18/2036)
def buildVersionCode() {
def repo = Grgit.open()
def repo = Grgit.open(currentDir: project.rootDir)
def head = repo.head()

// Sanity check across git plugins
Expand Down

0 comments on commit 34cc816

Please sign in to comment.