mirror of
https://github.com/revanced/revanced-integrations
synced 2025-03-31 01:09:18 +02:00

This commit improves the build files by using Gradle version catalogs and modernizes the Android build files. Additionally dependencies have been updated and some source files refactored.
6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.android.library) apply false
|
|
alias(libs.plugins.kotlin) apply false
|
|
}
|