Skip to content

Commit

Permalink
Remove aarMetadata out and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alan412 committed Jun 21, 2024
1 parent de8f92a commit 60d51e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions behaviortrees/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ android {

defaultConfig {
minSdk 24

consumerProguardFiles "consumer-rules.pro"
aarMetadata {
minCompileSdk 24
}
}

buildTypes {
Expand Down Expand Up @@ -44,17 +40,11 @@ publishing {
release(MavenPublication) {
groupId = 'com.ftcteams'
artifactId = 'behaviortrees'
version = "0.1.0"
version = "0.1.1"

afterEvaluate {
from components.release
}
}
}
repositories {
maven {
name = 'myrepo'
url = "${project.buildDir}/repo"
}
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ftcteams</groupId>
<artifactId>behaviortrees</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<packaging>pom</packaging>
<description>First version release</description>
</project>

0 comments on commit 60d51e3

Please sign in to comment.