update github_release gradle usage

This commit is contained in:
2020-11-12 12:28:19 +06:00
parent d1c83731fe
commit 8f104b3893
3 changed files with 2 additions and 2 deletions

View File

@@ -20,3 +20,5 @@ allprojects {
maven { url 'https://jitpack.io' }
}
}
apply from: "${rootProject.projectDir.path}${File.separator}github_release.gradle"