Closed rnitame closed 5 years ago
Thank you so much.
Do you need to deploy to maven?
Yes! please 🙏 I will use my product :)
@rnitame I deployed 1.2.3-SNAPSHOT to snapshot repository.
Can you test in SNAPSHOT?
repositories {
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
implementation 'com.naver.android.helloyako:imagecropview:1.2.3-SNAPSHOT'
}
@helloyako Thanks! I confirmed that it was working properly in my product.
It's released.
Thank you!
fix #41 In this PR, it is possible to restore the state of View using ViewState class.