I have been getting some warning while building , ...
# gradle
s
I have been getting some warning while building , however project is building fine and all, still wanted to see if this can be fixed: I am using :
Copy code
buildToolsVersion = "30.0.3"
implementation("com.android.tools.build:gradle:4.1.1")
apparently using 7.0.0-alphaX android gradle build tools fixed this
n
Or downgrade from 30.0.3 to 30.0.2
s
@nuhkoca will try