naver / android-imagecropview

android image crop library
Apache License 2.0
254 stars 55 forks source link

Imageview state control using ViewState class #45

Closed rnitame closed 5 years ago

rnitame commented 5 years ago

fix #41 In this PR, it is possible to restore the state of View using ViewState class.

helloyako commented 5 years ago

Thank you so much.

Do you need to deploy to maven?

rnitame commented 5 years ago

Yes! please 🙏 I will use my product :)

helloyako commented 5 years ago

@rnitame I deployed 1.2.3-SNAPSHOT to snapshot repository.

Can you test in SNAPSHOT?

snapshot version from maven

repositories {
    maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
dependencies {
   implementation 'com.naver.android.helloyako:imagecropview:1.2.3-SNAPSHOT'
}
rnitame commented 5 years ago

@helloyako Thanks! I confirmed that it was working properly in my product.

helloyako commented 5 years ago

It's released.

Thank you!