We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f35a86 commit fe93ebaCopy full SHA for fe93eba
README.md
@@ -28,8 +28,8 @@ dependencies {
28
kapt 'androidx.room:room-compiler:2.2.5'
29
30
// Roomigrant
31
- implementation 'com.github.MatrixDev.Roomigrant:RoomigrantLib:0.3.1'
32
- kapt 'com.github.MatrixDev.Roomigrant:RoomigrantCompiler:0.3.1'
+ implementation 'com.github.MatrixDev.Roomigrant:RoomigrantLib:0.3.2'
+ kapt 'com.github.MatrixDev.Roomigrant:RoomigrantCompiler:0.3.2'
33
}
34
```
35
build.gradle
@@ -2,7 +2,7 @@
2
3
buildscript {
4
ext.kotlin_version = '1.4.10'
5
- ext.roomigrant_version = '0.3.1'
+ ext.roomigrant_version = '0.3.2'
6
7
repositories {
8
google()
0 commit comments