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 fc6c09a commit 0a1d770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import org.gradle.internal.jvm.Jvm
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compileSdkVersion = 30
compileSdkVersion = 31
targetSdkVersion = 30
minSdkVersion = 21
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 0a1d770

Please sign in to comment.