1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-1355 Protocol | Enhancement | MW 0.26.4 (#17)

This commit is contained in:
Evgenii Kozlov 2023-06-05 23:02:52 +02:00 committed by GitHub
parent a4b2f4d5aa
commit 56a0a2b0ac
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 87 additions and 14 deletions

View file

@ -26,14 +26,6 @@ buildscript {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/anytypeio/go-anytype-middleware")
credentials {
username = githubProperties['gpr.usr']
password = githubProperties['gpr.key']
}
}
}
if (ext.onCi) {