template icon indicating copy to clipboard operation
template copied to clipboard

unable to resolve class org.ajoberstar.grgit.Grgit

Open mibrahimdev opened this issue 7 years ago • 1 comments

I'm trying to use git versioning script and AS show this error, Android studio version is 2.3.3 error message

Error:Cause: startup failed:
script 'dev/tools/script-git-version.gradle': 10: unable to resolve class org.ajoberstar.grgit.Grgit
 @ line 10, column 1.
   import org.ajoberstar.grgit.Grgit
   ^

1 error

mibrahimdev avatar Oct 05 '17 13:10 mibrahimdev

Hey, try to move code from tools/script-git-version.gradle to app/build.gradle

dmytrodanylyk avatar Oct 06 '17 10:10 dmytrodanylyk