Skip to content

Commit 887e370

Browse files
committed
update artifact version
1 parent 8824a2d commit 887e370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circularporgressview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
implementation "androidx.compose.ui:ui-tooling:$compose_version"
5454
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
5555
implementation 'androidx.activity:activity-compose:1.3.0-alpha07'
56-
testImplementation 'junit:junit:5.7.1'
56+
testImplementation 'junit:junit:4.+'
5757
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
5858
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
5959
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
@@ -70,7 +70,7 @@ afterEvaluate {
7070
// You can then customize attributes of the publication as shown below.
7171
groupId = 'com.bks.compose.circularprogressview'
7272
artifactId = 'circular-progress-view'
73-
version = '1.0.0'
73+
version = '1.2.0'
7474
}
7575
}
7676
}

0 commit comments

Comments
 (0)