robotoworks / mechanoid

Eclipse plugin providing a set of DSL's for the rapid development of Android apps
58 stars 26 forks source link

Operation and Android O #274

Closed hannesa2 closed 2 years ago

hannesa2 commented 6 years ago

Operations have issues with Android O, N and P

See details here https://github.com/hannesa2/mechanoid/issues/1

hannesa2 commented 6 years ago

My solution is this, it supports Andoid O, N and P

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.hannesa2:mechanoid:3.0'
}