Skip to content

Commit 6926ff1

Browse files
Update test library references
1 parent 27a6feb commit 6926ff1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sqlcipher/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ android {
3838

3939
useLibrary 'android.test.base' // for android.test.AndroidTestCase
4040
useLibrary 'android.test.runner' // for android.test.MoreAsserts
41+
4142
}
4243

4344
dependencies {
4445
implementation fileTree(include: ['*.jar'], dir: 'libs')
45-
androidTestImplementation 'androidx.annotation:annotation:1.1.0'
46-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
47-
androidTestImplementation 'androidx.test:rules:1.2.0'
48-
testImplementation 'junit:junit:4.13'
46+
androidTestImplementation 'androidx.annotation:annotation:1.2.0'
47+
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
48+
androidTestImplementation 'androidx.test:rules:1.4.0'
49+
androidTestImplementation 'androidx.test:core:1.4.0'
50+
testImplementation 'junit:junit:4.13.2'
4951
}
5052

5153
allprojects {

0 commit comments

Comments
 (0)