Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Use a fixed sqliteassethelper library version
Browse files Browse the repository at this point in the history
This will also avoid some taskcluster failures as it will use the cached one
  • Loading branch information
keianhzo committed Oct 16, 2019
1 parent f856c03 commit 9a7f0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ atsl.rules = "androidx.test:rules:$versions.atsl_runner"
deps.atsl = atsl

def sqlite = [:]
sqlite.sqlite = 'com.readystatesoftware.sqliteasset:sqliteassethelper:+'
sqlite.sqlite = 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1'
deps.sqlite = sqlite

def kotlin = [:]
Expand Down

0 comments on commit 9a7f0a6

Please sign in to comment.