You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -459,7 +459,7 @@ You just have to include `maoni-common` as a dependency in your project, e.g., w
459
459
```gradle
460
460
dependencies {
461
461
// ...
462
-
api 'org.rm3l:maoni-common:9.0.0@aar'
462
+
api 'org.rm3l:maoni-common:9.1.0@aar'
463
463
}
464
464
```
465
465
You can write your project in any JVM language of your choice (e.g., [Kotlin](https://kotlinlang.org/), as with [maoni-slack](https://github.com/rm3l/maoni-slack) and [maoni-github](https://github.com/rm3l/maoni-github)), as long as the callback implementation can be called from Maoni.
0 commit comments