Skip to content

Commit

Permalink
Merge pull request #4360 from talregev/TalR_Android_studio_4.2
Browse files Browse the repository at this point in the history
[Android] Upgrade to android studio 4.2
  • Loading branch information
AenBleidd authored May 5, 2021
2 parents 580fcdc + b205b98 commit 53e5e6d
Show file tree
Hide file tree
Showing 4 changed files with 12 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.

12 changes: 9 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 53e5e6d

Please sign in to comment.