mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02:00
build: dependency and syntax updates (#17)
* build: Update Gradle to v8.1.1 * build: Bump dependencies * build: move repo configurations to settings --------- Co-authored-by: Patryk Mis <24607131+PatrickMis@users.noreply.github.com>
This commit is contained in:
@ -1,14 +1,5 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.android.application") version "7.3.1" apply false
|
||||
id("com.android.library") version "7.3.1" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.0" apply false
|
||||
id("com.android.application") version "7.4.2" apply false
|
||||
id("com.android.library") version "7.4.2" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
}
|
Reference in New Issue
Block a user