Releases: KoMinkyu/teaspoon
Releases · KoMinkyu/teaspoon
teaspoon-0.3.5
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'
}
}
teaspoon-0.3.4
teaspoon-0.3.3
for next version
teaspoon-0.3.2
Merge branch 'master' of https://github.com/KoMinkyu/TeaSpoon
teaspoon-0.3.1
com.github.KoMinkyu domain changed to me.minkyu gradle script modified.
teaspoon-v0.3.0
New Feature
- delay function implemented on
@OnUi
annotation.
Other
- manage builds with
travis
teaspoon-0.2.1
version name fixed.
teaspoon-0.2.0
Base functions are implemented.
teaspoon-0.1.0 alpha
This release is non-production.