-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
[+] Добавил кодогенерацию значений из local.properties. [+] Добавил конфиг для рекламы.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package com.plumsoftware.rucalendar.config; | ||
|
||
import com.plumsoftware.rucalendar.BuildConfig; | ||
|
||
public final class AdsConfig { | ||
public static String BANNER_MAIN_SCREEN_AD = BuildConfig.mainScreenBannerId; | ||
public static String BANNER_EVENT_SCREEN_AD = BuildConfig.eventScreenBannerId; | ||
public static String OPEN_MAIN_SCREEN_AD = BuildConfig.openAdsId; | ||
public static String INTERSTITIAL_AD = BuildConfig.interstitialAdsId; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Oct 20 20:41:15 GMT+06:00 2022 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |