androidx.fragment:fragment:1.0.0 androidx.fragment:fragment により、バージョン 1.0.0 は古いことが報告されています。 新しいバージョン(1.1.0+)への更新をご検討ください。
の対応

のadditions.gradleを編集する。が、このファイルは読み込み専用になっているのでまず、プロパティから

読み込み専用を外す
android {
namespace="com.google.vr.sdk.samples.permission"
}
dependencies {
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
constraints.implementation 'androidx.fragment:fragment:1.5.7'
}
と「constraints.implementation ‘androidx.fragment:fragment:1.5.7’」を追加する。
これで最新版になる