Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
technoir42 committed Mar 12, 2020
1 parent ae3c38e commit 982c276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gradle plugin for publishing Android (AAR) libraries using [Maven Publish](https
```groovy
plugins {
id "com.android.library"
id "com.github.technoir42.aar-publish" version "1.0.2"
id "com.github.technoir42.aar-publish" version "1.0.3"
id "maven-publish"
}
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ subprojects {
mavenCentral()
jcenter()
}

group = "com.github.technoir42"
version = "1.0.3"
}

wrapper {
Expand Down
3 changes: 0 additions & 3 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ plugins {
id "maven-publish"
}

group = "com.github.technoir42"
version = "1.0.2"

sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 982c276

Please sign in to comment.