Skip to content

Commit

Permalink
build(deps): bump sqlite from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
requires compileSdkVersion 31
  • Loading branch information
mikehardy committed Apr 21, 2022
1 parent 331c9a6 commit a00a1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
protobufVersion = "3.19.3"
appcompatVersion = "1.3.1"
androidxTestJunitVersion = "1.1.3"
sqliteVersion = "2.1.0"
sqliteVersion = "2.2.0"
}

repositories {
Expand Down

0 comments on commit a00a1e2

Please sign in to comment.