Skip to content

Commit

Permalink
fix: lib error
Browse files Browse the repository at this point in the history
JiSeokYeom committed Jun 11, 2023
1 parent 4e54af0 commit 02816ec
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ android {
}

dependencies {
implementation 'com.github.JiSeokYeom:Compose_CircularProgressIndicator_Background:0.0.2'
implementation project(":composeCircularProgressLib")
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
implementation 'androidx.activity:activity-compose:1.4.0'
Original file line number Diff line number Diff line change
@@ -8,8 +8,8 @@ import androidx.compose.material.MaterialTheme
import androidx.compose.material.Surface
import androidx.compose.ui.Modifier
import androidx.compose.ui.unit.dp
import com.healnessbook.composecircularprogresslib.CustomCircularProgressIndicatorWithBackground
import com.jiseokyeom.compose_circularprogressindicator_background.ui.theme.Compose_CircularProgressIndicator_BackgroundTheme
import com.jiseokyeom.composecircularprogresslib.CustomCircularProgressIndicatorWithBackground

class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
4 changes: 2 additions & 2 deletions composeCircularProgressLib/build.gradle
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.github.JiSeokYeom'
artifactId = ''
version = '0.0.4'
version = '0.0.5'
}
// Creates a Maven publication called “debug”.
debug(MavenPublication) {
@@ -71,7 +71,7 @@ afterEvaluate {

groupId = 'com.github.JiSeokYeom'
artifactId = 'final-debug'
version = '0.0.4'
version = '0.0.5'
}
}
}

0 comments on commit 02816ec

Please sign in to comment.