Skip to content

Commit

Permalink
取消谷歌广告
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Jan 21, 2021
1 parent 1d956d8 commit 8964f41
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ else {
version = cmdGetTagname.execute().text.trim()
}

def app_id = "ca-app-pub-3940256099942544~3347511713"
def favorite_unit_id = "ca-app-pub-3940256099942544/2247696110"
def history_unit_id = "ca-app-pub-3940256099942544/2247696110"
def download_unit_id = "ca-app-pub-3940256099942544/2247696110"
def local_unit_id = "ca-app-pub-3940256099942544/2247696110"
def search_unit_id = "ca-app-pub-3940256099942544/2247696110"
def banners_id = "ca-app-pub-3940256099942544/6300978111"
def banners_chapter_id = "ca-app-pub-3940256099942544/6300978111"
def banners_search_id = "ca-app-pub-3940256099942544/6300978111"
def insert_home_id = "ca-app-pub-3940256099942544/1033173712"
def app_id = "ca-app-pub-9990256099942544~3347511713"
def favorite_unit_id = "ca-app-pub-9990256099942544/2247696110"
def history_unit_id = "ca-app-pub-9990256099942544/2247696110"
def download_unit_id = "ca-app-pub-9990256099942544/2247696110"
def local_unit_id = "ca-app-pub-9990256099942544/2247696110"
def search_unit_id = "ca-app-pub-9990256099942544/2247696110"
def banners_id = "ca-app-pub-9990256099942544/6300978111"
def banners_chapter_id = "ca-app-pub-9990256099942544/6300978111"
def banners_search_id = "ca-app-pub-9990256099942544/6300978111"
def insert_home_id = "ca-app-pub-9990256099942544/1033173712"

if(System.getenv("TRAVIS_BUILD_NUMBER") != null){
app_id = System.getenv("ADMOB_APP_ID")
Expand Down

0 comments on commit 8964f41

Please sign in to comment.