Closed caspahouzer closed 4 years ago
use this gradle:
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
implementation 'com.tapadoo.android:alerter:3.0.2'
compile "org.jetbrains.kotlin:kotlin-stdlib:1.3.41"
compile 'com.android.support:design:25.0.1'
}
@m1ga how have I to configure repositories and dependencies in alloy project?
why do you ask in a closed topic 😄 ?
It's the same way as in a normal project. Use the version in this PR https://github.com/lambus-platform/titanium-notification-banner/pull/13 and check the section in the readme: https://github.com/lambus-platform/titanium-notification-banner/blob/281a3c4b9ebfd2d1d979132faa462bb2f349558f/README.md#android
I can't get it compiled successful
Any hints what do I have to do?