After switching to AS Canary 15, I have also found...
# gradle
d
After switching to AS Canary 15, I have also found these deprecations. What’s the new naming?
f
Copy code
compileSdk = Versions.BuildConfig.compileSdkVersion
minSdk = Versions.BuildConfig.minSdkVersion
targetSdk = Versions.BuildConfig.targetSdkVersion
d
@Francesc thanks! so they are properties now
f
yes, that's right
r
Do you know how to re-implement the
variantFilter
that was removed in in alpha15 ?