IS BEING ABLE TO INCORPORATE GOOGLE PLAY SERVICES TOO MUCH TO ASK FOR???
I believe the maven plugin version is 3.6.1?
If then I cannot use .aar right? so I have to use apklib?
This way?
code
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>google-play-services</artifactId>
<version>13.0.0</version>
<type>apklib</type>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>google-play-services</artifactId>
<version>13.0.0</version>
</dependency>
/code
Thanks,
M&M