We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f3274 commit 3022a65Copy full SHA for 3022a65
app/build.gradle
@@ -46,6 +46,6 @@ dependencies {
46
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
47
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.1'
48
implementation 'androidx.navigation:navigation-ui-ktx:2.3.1'
49
- implementation project(path: ':library')
50
-// implementation 'com.github.giswangsj:AndRatingBar:1.0.6'
+// implementation project(path: ':library')
+ implementation 'com.github.wsj1024:AndRatingBar:1.0.6'
51
}
0 commit comments