robotoworks / mechanoid

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

Support #273

Open elincognito opened 6 years ago

elincognito commented 6 years ago

I have an old project using mechdb and mechnet in need of update, I need to generate the mechanoid class's for it is there anyway i can still do it ?

hannesa2 commented 6 years ago

yes you can do ./build.sh product

But if you just want runtime you can simply use my fork which can be easy included in Gradle file

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