SaschaWillems / Vulkan-glTF-PBR

Physical based rendering with Vulkan using glTF 2.0 models
MIT License
915 stars 124 forks source link

add google() to allprojects.repositories #33

Closed syoyo closed 4 years ago

syoyo commented 4 years ago

otherwise gradle could not fnd and install aapt2 starting from Android Studio 3.2(gradle 3.2)

Execution failed for task ':app:mergeDebugResources'.
> Could not resolve all files for configuration ':app:_internal_aapt2_binary'.
   > Could not find com.android.tools.build:aapt2:3.5.3-5435860.
     Searched in the following locations:
       - https://jcenter.bintray.com/com/android/tools/build/aapt2/3.5.3-5435860/aapt2-3.5.3-5435860.pom
       - https://jcenter.bintray.com/com/android/tools/build/aapt2/3.5.3-5435860/aapt2-3.5.3-5435860-windows.jar
     Required by:
         project :app

https://stackoverflow.com/questions/50279792/could-not-find-com-android-tools-buildaapt23-2-0

SaschaWillems commented 4 years ago

Thanks for your PR. Very much appreciated.

syoyo commented 4 years ago

Thanks!