dashboard
repositories
filestore
activity
search
login
lyric
/
autolyric
抖音自动发送文本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
滑动歌词 计算时间 问题修复
Runt
2022-05-04
7b0a7a44c096794ede832f65550c3a29da23dbac
[lyric/autolyric.git]
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "AutoLyric"
include ':app'