Skip to content

Commit 44e2b9b

Browse files
committed
fix lib version
1 parent eb1498f commit 44e2b9b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
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

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)