We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf13e57 commit 1cec2ebCopy full SHA for 1cec2eb
1 file changed
config.gradle
@@ -7,17 +7,17 @@ ext {
7
]
8
9
androidConfig = [
10
- compileSdkVersion: 26,
+ compileSdkVersion: 28,
11
minSdkVersion : 15,
12
- targetSdkVersion : 26,
+ targetSdkVersion : 28,
13
14
15
- supportVersion = "26.1.0"
+ supportVersion = "28.0.0"
16
lifecycle = "1.0.0"
17
18
pageViewConfig = [
19
versionCode : 133,
20
versionName : "1.2.13",
21
publishVersion: "1.2.13"
22
23
-}
+}
0 commit comments