kotoMJ / security-showcase-android

Sample application pointing some security related practices on Android device.
130 stars 11 forks source link

Troubles with import 1.2.0 #27

Closed yankauskas closed 7 years ago

yankauskas commented 7 years ago

Got a problem with my build.gradle

// KeystoreCompat implementation('cz.koto:android-keystore-compat:1.2.0') { exclude group: 'com.android.support' }

"Failed to resolve: android-keystore-compat"

Maybe you've forgotten to add .aar file to bintray?

https://bintray.com/kotomisak/cz.koto/android-keystore-compat/1.2.0#files/cz/koto/android-keystore-compat

kotoMJ commented 7 years ago

Thx! Viktor.

It was a problem with unwanted flavours (accidentally taken from example app). It should be fixed now.

I have been working on the version where you can choose the min-api variant. It means if your min api is 21, then you don’t want to bundle code for API19 support. etc.

Then I will already publish also the sample app to playstore.

Have a great day!

On 12 Sep 2017, at 11:02, Viktor Yankauskas notifications@github.com wrote:

Got a problem with my build.gradle

// KeystoreCompat implementation('cz.koto:android-keystore-compat:1.2.0') { exclude group: 'com.android.support' }

"Failed to resolve: android-keystore-compat"

Maybe you've forgotten to add .aar file to bintray?

https://bintray.com/kotomisak/cz.koto/android-keystore-compat/1.2.0#files/cz/koto/android-keystore-compat https://bintray.com/kotomisak/cz.koto/android-keystore-compat/1.2.0#files/cz/koto/android-keystore-compat — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kotomisak/security-showcase-android/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AETa0EoQt7L8s3FlAXyVar1HawNOMDiHks5shkiYgaJpZM4PUU04.

yankauskas commented 7 years ago

Hi!

Fixed. Thanks for publishing a new version. It's extremely useful.

Goog luck