mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
Update AGP to 7.4.2
This commit is contained in:
committed by
Alex Hart
parent
ad9337021c
commit
b300f223ba
12
build-logic/build.gradle.kts
Normal file
12
build-logic/build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
buildscript {
|
||||
val kotlinVersion by extra("1.7.20")
|
||||
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id("org.jetbrains.kotlin.jvm") version "1.6.21"
|
||||
id("org.jetbrains.kotlin.jvm")
|
||||
id("java-library")
|
||||
id("org.jlleitschuh.gradle.ktlint") version "11.1.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user