- Create a
libs
folder under theapp
directory in your project. - Place
onesignal.aar
in the newly createdapp/libs
directory. - Open your project's root
build.gradle
file and add the folowing underrepositories {...}
.
flatDir {
dirs 'libs'
}
- Open your
app/build.gradle
.