Root install

This commit is contained in:
Gregory
2023-12-20 16:21:12 +03:00
parent de67e40c00
commit de60c4ee9e
4 changed files with 62 additions and 2 deletions

View File

@@ -90,6 +90,12 @@ flutter {
source '../..'
}
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
def libsuVersion = '5.2.2'
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
}