Skip to content

Commit

Permalink
updated library version
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixdev committed Feb 8, 2021
1 parent 5f35a86 commit fe93eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
kapt 'androidx.room:room-compiler:2.2.5'
// Roomigrant
implementation 'com.github.MatrixDev.Roomigrant:RoomigrantLib:0.3.1'
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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlin_version = '1.4.10'
ext.roomigrant_version = '0.3.1'
ext.roomigrant_version = '0.3.2'

repositories {
google()
Expand Down

0 comments on commit fe93eba

Please sign in to comment.