#
# Copyright (C) 2023 The Android Open Source Project
# Copyright (C) 2023 SebaUbuntu's TWRP device tree generator
#
# SPDX-License-Identifier: Apache-2.0
#
allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.topjohnwu.libsu:core:5.2.1' }