Skip to content

Commit feb8949

Browse files
committed
Update compile and target SDK to 30
1 parent 69e47e5 commit feb8949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ext {
44
buildConfig = [
55
minSdk : 15,
66
minSdkJsr310: 26,
7-
compileSdk : 29,
8-
targetSdk : 29,
7+
compileSdk : 30,
8+
targetSdk : 30,
99
]
1010
versions = [
1111
androidxjUnit : '1.1.1',

0 commit comments

Comments
 (0)