Skip to content

Commit

Permalink
bump aap-lv2 to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Jul 5, 2024
1 parent 9f15be7 commit 1506d90
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
26 changes: 9 additions & 17 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.enable_asan = false

repositories {
google()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url 'https://maven.pkg.jetbrains.space/public/p/compose/dev' }
}
dependencies {
classpath (libs.tools.build.gradle)
classpath (libs.kotlin.gradle.plugin)
classpath (libs.dokka.gradle.plugin)
}
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.compose.compiler) apply false
alias(libs.plugins.dokka) apply false
id ("maven-publish")
}

allprojects {
subprojects {
ext.enable_asan = false
repositories {
google()
mavenLocal()
Expand Down
2 changes: 1 addition & 1 deletion external/aap-lv2
16 changes: 16 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
}
}
dependencyResolutionManagement {
repositories {
mavenLocal()
google()
mavenCentral()
maven { url = uri("https://jitpack.io") } // required for compose-markdown...
}
}

rootProject.name = "aap-lv2-mda"
include ":app"

Expand Down

0 comments on commit 1506d90

Please sign in to comment.