summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.idea/vcs.xml7
-rw-r--r--build.gradle.kts4
2 files changed, 9 insertions, 2 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..d10e87f
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ <mapping directory="/Volumes/Unicorn/delta-android" vcs="Git" />
+ </component>
+</project> \ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index 591b467..6ee2f34 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -15,8 +15,8 @@ buildscript {
}
plugins {
- id("com.android.application") version "8.0.0-alpha10" apply false
- id("com.android.library") version "8.0.0-alpha10" apply false
+ id("com.android.application") version "8.0.0-alpha11" apply false
+ id("com.android.library") version "8.0.0-alpha11" apply false
id("org.jetbrains.kotlin.android") version "1.7.21" apply false
}