please, is my SDK Google Mobile Ads vesion superior to 7.0.0 ?
请问,我的SDK Google移动广告版本是否优于7.0.0?
here is my build.gradle
这是我的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:+'
}
1 个解决方案
#1
0
As you can see here: https://source.android.com/setup/build-numbers
正如您在此处看到的:https://source.android.com/setup/build-numbers
Nougat 7.0 API level 24
Nougat 7.0 API级别24
So your sdk (23) isn't greater than the version 7.0 (24)
所以你的sdk(23)不大于版本7.0(24)
#1
0
As you can see here: https://source.android.com/setup/build-numbers
正如您在此处看到的:https://source.android.com/setup/build-numbers
Nougat 7.0 API level 24
Nougat 7.0 API级别24
So your sdk (23) isn't greater than the version 7.0 (24)
所以你的sdk(23)不大于版本7.0(24)