We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080d954 commit 9322a4bCopy full SHA for 9322a4b
src/platforms/android/include.gradle
@@ -13,7 +13,7 @@ allprojects {
13
}
14
15
dependencies {
16
- def supportVer = "26.1.0";
+ def supportVer = "28.0.0";
17
18
if(project.hasProperty("supportVersion")) {
19
supportVer = supportVersion
0 commit comments