The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: Add the gradle wrapper properties file.

Needed to restore the gradle wrapper in Android Studio without breaking things.

gradle: Use -all for gradle wrapper.

Co-authored-by: Lubosz Sarnecki <lubosz.sarnecki@collabora.com>

+8
+6
gradle/wrapper/gradle-wrapper.properties
··· 1 + #Thu Oct 22 11:45:42 CEST 2020 2 + distributionBase=GRADLE_USER_HOME 3 + distributionPath=wrapper/dists 4 + zipStoreBase=GRADLE_USER_HOME 5 + zipStorePath=wrapper/dists 6 + distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
+2
gradle/wrapper/gradle-wrapper.properties.license
··· 1 + SPDX-FileCopyrightText: Copyright 2010 the original author or authors. 2 + SPDX-License-Identifier: Apache-2.0