Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Beta Release v0.0.1-beta05
Browse files Browse the repository at this point in the history
  • Loading branch information
amirisback committed Mar 16, 2022
1 parent 8545e7b commit 2b1567f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
This Is Latest Release

~ Beta Release
$version_release = 0.0.1-beta04
$version_release = 0.0.1-beta05

What's New??

Expand Down Expand Up @@ -55,14 +55,14 @@ allprojects {

dependencies {
// library frogo-animation
implementation 'com.github.frogobox:frogo-animation:0.0.1-beta04'
implementation 'com.github.frogobox:frogo-animation:0.0.1-beta05'
}

#### <Option 2> Kotlin DSL Gradle

dependencies {
// library frogo-animation
implementation("com.github.frogobox:frogo-animation:0.0.1-beta04")
implementation("com.github.frogobox:frogo-animation:0.0.1-beta05")
}

## Step 3. Call FrogoAnimation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class FrogoAnimation : IFrogoAnimation {
this.du = duration
}

fun setRepeated() {
override fun setRepeated() {
isRepeated = true
}

Expand Down

0 comments on commit 2b1567f

Please sign in to comment.