after 2 hours of searching, i think this is the best solution :
create a directory in app and name it libs
paste your .aar file in it
add this line to the build.gradle:
implementation files('libs/name_of_your_file.aar')