File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ dependencies {
53
53
implementation " androidx.compose.ui:ui-tooling:$compose_version "
54
54
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.3.1'
55
55
implementation ' androidx.activity:activity-compose:1.3.0-alpha07'
56
- testImplementation ' junit:junit:5.7.1 '
56
+ testImplementation ' junit:junit:4.+ '
57
57
androidTestImplementation ' androidx.test.ext:junit:1.1.2'
58
58
androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
59
59
androidTestImplementation " androidx.compose.ui:ui-test-junit4:$compose_version "
@@ -70,7 +70,7 @@ afterEvaluate {
70
70
// You can then customize attributes of the publication as shown below.
71
71
groupId = ' com.bks.compose.circularprogressview'
72
72
artifactId = ' circular-progress-view'
73
- version = ' 1.0 .0'
73
+ version = ' 1.2 .0'
74
74
}
75
75
}
76
76
}
You can’t perform that action at this time.
0 commit comments