diff --git a/build.gradle b/build.gradle index 5e5cfbed4ac000bc067561a8e01b5b4e7f91de4f..5a78beec48fc0a273225d45e9f5bed73c2842ff7 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ buildscript { jcenter() } dependencies { - classpath 'com.huawei.ohos:hap:2.4.4.2' - classpath 'com.huawei.ohos:decctest:1.0.0.6' + classpath 'com.huawei.ohos:hap:2.4.5.0' + classpath 'com.huawei.ohos:decctest:1.2.4.1' } } diff --git a/cananimation/src/main/java/com/canyinghao/cananimation/CanFlipAnimation.java b/cananimation/src/main/java/com/canyinghao/cananimation/CanFlipAnimation.java index fbd91d8a1d20533ad57bfe116f3c761e8ef66341..97a2690b30e3979495fba920f3b4b3c392949e13 100644 --- a/cananimation/src/main/java/com/canyinghao/cananimation/CanFlipAnimation.java +++ b/cananimation/src/main/java/com/canyinghao/cananimation/CanFlipAnimation.java @@ -104,6 +104,7 @@ public class CanFlipAnimation { // viewAnimator.showNext(); // return animations; // } +// // /** @@ -182,7 +183,7 @@ public class CanFlipAnimation { // // // } -// + // public static void flipForever(final ViewAnimator viewAnimator, final FlipDirection dir, final long duration, final Interpolator interpolator, final float scale) { // // flipRepeat(0, viewAnimator, dir, duration, interpolator, scale);