Skip to content

Commit 20aff37

Browse files
committed
feat(core): bump Compil / Target SdkVersion to 30
Signed-off-by: Teclib <skita@teclib.com>
1 parent 0a0d10e commit 20aff37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inventory/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 29
5-
buildToolsVersion '29.0.2'
4+
compileSdkVersion 30
5+
buildToolsVersion '29.0.3'
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 29
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212

0 commit comments

Comments
 (0)