Skip to content

Commit 1cec2eb

Browse files
authored
Update config.gradle
1 parent cf13e57 commit 1cec2eb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ ext {
77
]
88

99
androidConfig = [
10-
compileSdkVersion: 26,
10+
compileSdkVersion: 28,
1111
minSdkVersion : 15,
12-
targetSdkVersion : 26,
12+
targetSdkVersion : 28,
1313
]
1414

15-
supportVersion = "26.1.0"
15+
supportVersion = "28.0.0"
1616
lifecycle = "1.0.0"
1717

1818
pageViewConfig = [
1919
versionCode : 133,
2020
versionName : "1.2.13",
2121
publishVersion: "1.2.13"
2222
]
23-
}
23+
}

0 commit comments

Comments
 (0)