Skip to content

Commit 180b151

Browse files
committed
Change target / compile sdk to 29
1 parent 46c066a commit 180b151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

simplefileexplorer/build.gradle

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

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55

66

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

0 commit comments

Comments
 (0)