summaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-05-20 22:49:01 +0200
committerRaindropsSys <contact@minteck.org>2023-05-20 22:49:01 +0200
commit0528f41b98439529f9122ad29803cd008581f188 (patch)
tree4323474c10fd7b113454f314be37c80639307bd9 /build.gradle.kts
parenta249ac5c1de45cb188aec32010b6097c606e6aed (diff)
downloaddelta-android-0528f41b98439529f9122ad29803cd008581f188.tar.gz
delta-android-0528f41b98439529f9122ad29803cd008581f188.tar.bz2
delta-android-0528f41b98439529f9122ad29803cd008581f188.zip
Updated 6 files, added 10 files and deleted 10 files (automated)
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index fdead11..5c734c1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -15,8 +15,8 @@ buildscript {
}
plugins {
- id("com.android.application") version "8.2.0-alpha03" apply false
- id("com.android.library") version "8.2.0-alpha03" apply false
+ id("com.android.application") version "8.2.0-alpha04" apply false
+ id("com.android.library") version "8.2.0-alpha04" apply false
id("org.jetbrains.kotlin.android") version "1.7.21" apply false
}