Skip to content

Commit 167be21

Browse files
authored
Pin androidx dep for minSdk reasons
Bumped to minSdk 23, while we want to test against 21
1 parent 00f2188 commit 167be21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@
5353
],
5454
"allowedVersions": "<2.0.0",
5555
"description": "JDK 11 requirement"
56+
},
57+
{
58+
"matchPackageNames": [
59+
"androidx.activity:activity-ktx"
60+
],
61+
"allowedVersions": "<=1.11.0",
62+
"description": "Android minSdk 23 requirement"
5663
}
5764
]
5865
}

0 commit comments

Comments
 (0)