Skip to content

Commit

Permalink
-fixed implementation bugs
Browse files Browse the repository at this point in the history
-updated version

Signed-off-by: xcodebn <xcode.bazzoun@gmail.com>
  • Loading branch information
xcodeBn committed May 13, 2023
1 parent f65a06b commit a4fe23d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ dependencies {
debugImplementation 'androidx.compose.ui:ui-test-manifest'
//implementation project(":TwitterProgressBar")
//live data
implementation 'com.github.xcodeBn:TwitterCircularProgress:1.0'
implementation 'com.github.xcodeBn:TwitterCircularProgress:2.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ fun GreetingPreview() {
Box(modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.Center) {


TwitterCircularProgress()

}

Expand Down
4 changes: 0 additions & 4 deletions jitpack.yml

This file was deleted.

0 comments on commit a4fe23d

Please sign in to comment.