PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the Android version of the game.
GNU General Public License v2.0
116
stars
430
forks
source link
Place `google()` repository as the first priority repository #1336
In build. gradle file jcenter() repository have first priority than google() repository. My idea is to Place google() repository as the first priority repository to avoid such errors like:
Failed to resolve: multidex-instrumentation
Here is a link to check to solve this error.
Update [Required]
[ ] Update the project level build.gradle file and place google() above jcenter().
Description
In build. gradle file jcenter() repository have first priority than google() repository. My idea is to Place google() repository as the first priority repository to avoid such errors like: Failed to resolve: multidex-instrumentation Here is a link to check to solve this error.
Update [Required]
Definition of Done