CameraKit / blurkit-android

The missing Android blurring library. Fast blur-behind layout that parallels iOS.
MIT License
3.72k stars 309 forks source link

Could not find aapt2-proto.jar #48

Closed haozhn closed 5 years ago

haozhn commented 5 years ago

I can not build success because 'Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1)'.

move google() above jcenter() is useful

buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.2.0' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1' } }

dush1729 commented 5 years ago

This is not related to this library. Check this.

austinkettner commented 5 years ago

Thanks @dush1729