Skip to content

teaspoon-0.3.5

Latest
Compare
Choose a tag to compare
@KoMinkyu KoMinkyu released this 06 Jul 05:42
· 2 commits to master since this release

Bug Fix

resolved #9

Changed

  • Doesn't support custom domain, me.minkyu.
  • TeaSpoon dependency should be added like this
buildscript {
  repositories {
    maven { url "https://jitpack.io" }
  }
  dependencies {
    classpath 'com.github.KoMinkyu.teaspoon:teaspoon-plugin:0.3.5'
  }
}