Add Google repository for documentation build

This commit is contained in:
Sergey Chernov 2026-08-11 14:57:25 +04:00
parent 271cdd18e3
commit 0a52bb5c03

View File

@ -22,6 +22,7 @@ group = "net.sergeych"
version = "0.7.1-SNAPSHOT"
repositories {
google()
mavenCentral()
mavenLocal()
maven("https://maven.universablockchain.com/")
@ -188,4 +189,3 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}
}