Skip to content

Commit 7d1be7b

Browse files
author
Nick Rout
committed
Update compileSdk/targetSdk to 30
1 parent 326b752 commit 7d1be7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ext {
22
versions = [
3-
compileSdk: 29,
3+
compileSdk: 30,
44
minSdk: 24,
5-
targetSdk: 29,
5+
targetSdk: 30,
66
androidGradlePlugin: '4.1.0-rc01',
77
ktlint: '0.38.0',
88
coil: '1.0.0-rc1',

0 commit comments

Comments
 (0)