File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414
1515``` groovy
1616 dependencies {
17- implementation 'com.github.mtzhisham.KLQuery:annotation:0.0.1 '
18- implementation 'com.github.mtzhisham.KLQuery:util:0.0.1 '
19- kapt 'com.github.mtzhisham.KLQuery:codegen:0.0.1 '
17+ implementation 'com.github.mtzhisham.KLQuery:annotation:0.0.10 '
18+ implementation 'com.github.mtzhisham.KLQuery:util:0.0.10 '
19+ kapt 'com.github.mtzhisham.KLQuery:codegen:0.0.10 '
2020 }
2121```
2222
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 androidTestImplementation ' androidx.test.ext:junit:1.1.2'
4545 androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
4646
47- implementation ' com.github.mtzhisham.KLQuery:annotation:0.0.1 '
48- implementation ' com.github.mtzhisham.KLQuery:util:0.0.1 '
49- kapt ' com.github.mtzhisham.KLQuery:codegen:0.0.1 '
47+ implementation ' com.github.mtzhisham.KLQuery:annotation:0.0.10 '
48+ implementation ' com.github.mtzhisham.KLQuery:util:0.0.10 '
49+ kapt ' com.github.mtzhisham.KLQuery:codegen:0.0.10 '
5050}
You can’t perform that action at this time.
0 commit comments