fix(readme-generator): attempt sorting versions with FlexVer (#2059)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
0d54b73958
commit
599e089c12
2 changed files with 12 additions and 3 deletions
|
|
@ -17,6 +17,13 @@ repositories {
|
|||
password = githubPassword
|
||||
}
|
||||
}
|
||||
// Required for FlexVer-Java
|
||||
maven {
|
||||
url = uri("https://repo.sleeping.town")
|
||||
content {
|
||||
includeGroup("com.unascribed")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -24,6 +31,8 @@ dependencies {
|
|||
implementation("app.revanced:multidexlib2:2.5.3-a3836654")
|
||||
// Required for meta
|
||||
implementation("com.google.code.gson:gson:2.10.1")
|
||||
// Required for FlexVer-Java
|
||||
implementation("com.unascribed:flexver-java:1.0.2")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue