Android Question [Solved] how can update latest version of a library in sdk manager ?

mshafiee110

Active Member
Licensed User
Longtime User
In my new wrapper project,i need to reference latest version of com.google.android.material/material 1.2.0-alpha01 (in this version added new classes) but in sdk manager,the library version is 1.0.0 (b4a_remote\com\google\android\material\material\1.0.0) ,how can i update this library from 1.0.0 to 1.2.0-alpha01???
 
Top