Reputation: 397
I use Android Studio with gradle and i need to add library,that has apklib type. How i can convert it to aar type? Because, when i run my program - it fails.
This is my dependency for my library:
compile 'com.squareup:android-times-square:1.0.3'
Upvotes: 1
Views: 163