build.gradle 452 B

12345678910111213141516171819
  1. ext {
  2. var = 'E:\\20_Codes\\10_Works\\25_AndroidStudio_GIT\\10_HN\\20_Lobby\\LobbyPhone\\HDC_HN_RELEASE_KEY.jks'
  3. }// Top-level build file where you can add configuration options common to all sub-projects/modules.
  4. buildscript {
  5. repositories {
  6. jcenter()
  7. google()
  8. }
  9. dependencies {
  10. classpath 'com.android.tools.build:gradle:4.0.0'
  11. }
  12. }
  13. allprojects {
  14. repositories {
  15. jcenter()
  16. google()
  17. }
  18. }