2017-12-25 25 views
0

앞에 있습니까, 은 7.0.0보다 우수한 내 SDK Google Mobile Ads vesion입니까? 당신이 여기에서 볼 수 있듯이 여기 내 SDK Google 모바일 광고는 7.0.0

내 build.gradle

android { 
    compileSdkVersion 23 
    buildToolsVersion "23.0.0" 


    buildTypes { 
     release { 
      minifyEnabled false 
      proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' 
     } 
    } 
} 

dependencies { 
    compile 'com.android.support:support-v4:+' 
    compile 'com.google.android.gms:play-services-ads:+' 

} 

답변