gradle script in the project root with the lines below: buildscript { repositories { mavenCentral() google() //other repos... } } buildscript { ...
確定! 回上一頁