diff options
author | Minteck <contact@minteck.org> | 2023-01-10 14:54:24 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-01-10 14:54:24 +0100 |
commit | 888e88c3176a44c8233e13e4ec02f913fdcd0a84 (patch) | |
tree | 04c4af26bb9328a1f0e4c75d6abc58d917903cf0 | |
parent | c295abee98360d71e3b886b705703642b1db43dc (diff) | |
download | delta-android-888e88c3176a44c8233e13e4ec02f913fdcd0a84.tar.gz delta-android-888e88c3176a44c8233e13e4ec02f913fdcd0a84.tar.bz2 delta-android-888e88c3176a44c8233e13e4ec02f913fdcd0a84.zip |
Update - This is an automated commit
-rw-r--r-- | .idea/vcs.xml | 7 | ||||
-rw-r--r-- | build.gradle.kts | 4 |
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 } |