diff --git a/app/build.gradle b/app/build.gradle index bcb9f2f2..553b80f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,14 +33,14 @@ def download_unit_id = "ca-app-pub-7627119713262112/2661555923" def local_unit_id = "ca-app-pub-7627119713262112/1101062243" def banners_id = "ca-app-pub-7627119713262112/8423048872" -if(System.getenv("TRAVIS_BUILD_NUMBER") != null){ - app_id = System.getenv("ADMOB_APP_ID") - favorite_unit_id = System.getenv("ADMOB_NATIVE_FAVORITE_UNIT_ID") - history_unit_id = System.getenv("ADMOB_NATIVE_HISTORY_UNIT_ID") - download_unit_id = System.getenv("ADMOB_NATIVE_DOWNLOAD_UNIT_ID") - local_unit_id = System.getenv("ADMOB_NATIVE_LOCAL_UNIT_ID") - banners_id = System.getenv("ADMOB_BANNER_UNIT_ID") -} +//if(System.getenv("TRAVIS_BUILD_NUMBER") != null){ +// app_id = System.getenv("ADMOB_APP_ID") +// favorite_unit_id = System.getenv("ADMOB_NATIVE_FAVORITE_UNIT_ID") +// history_unit_id = System.getenv("ADMOB_NATIVE_HISTORY_UNIT_ID") +// download_unit_id = System.getenv("ADMOB_NATIVE_DOWNLOAD_UNIT_ID") +// local_unit_id = System.getenv("ADMOB_NATIVE_LOCAL_UNIT_ID") +// banners_id = System.getenv("ADMOB_BANNER_UNIT_ID") +//} android { compileSdkVersion 29 buildToolsVersion '29.0.3'