is there any website that indicates version for gr...
# gradle
m
is there any website that indicates version for gradle/AGP in specific version of AS Artic Fox ?
j
Well usually android studio will tell you which version to use and if you let it do that for you it will also update your gradle to a proper version, but indeed it would not be bad to have an overview for this (I always fail to find it)
for alpha: rule of thumb is that you should use the same version for the agp as the android studio
so if the studio is in alpha07, you should use agp 7.0.0-<alph07>.
I think in the future the version of the android gradle plugin will be the same as your gradle version
m
hm makes sense
artic fox latest version, agp 7.0.0-alpha07 with gradle 6.8.2 gives me an error
No signature of method: build_9krx2elwyxt2irp5qppn4i118.android() is applicable for argument types: (build_9krx2elwyxt2irp5qppn4i118$_run_closure1) values: [build_9krx2elwyxt2irp5qppn4i118$_run_closure1@74d5f7fc]
i can never use the latest version. always some weird error
j
can you clean
and also invalidate caches/restart?
m
will try. 1s
j
I have gradle 6.8.2 and 7.0.0-alpha07
m
nah. asme problem
gives me error in app gradle file
these erros are hard to trace tho
it does specify which lone. it just point out to android block
line*