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 8b78c7e commit e32e96eCopy full SHA for e32e96e
settings.gradle
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
10
repositories {
11
google()
12
mavenCentral()
13
+ maven { url "https://jitpack.io" }
14
}
15
16
rootProject.name = "LazyVerticalTitleGrid"
0 commit comments