Skip to content

Commit

Permalink
Fix CI flow
Browse files Browse the repository at this point in the history
  • Loading branch information
erva committed Mar 8, 2023
1 parent 69d87a1 commit 4061ea4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Check samples for details.

## Versions

### 1.0.2
### 1.0.3
Added selections

### 1.0.0
Expand All @@ -90,7 +90,7 @@ allprojects {
Add the dependency:
```groovy
dependencies {
implementation "com.github.erva.CellAdapter2:celladapter:1.0.2"
implementation "com.github.erva:celladapter2:1.0.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion celladapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ publishing {
maven(MavenPublication) {
groupId 'io.erva'
artifactId 'celladapter2'
version '1.0.2'
version '1.0.3'
artifact "$buildDir/outputs/aar/celladapter-release.aar"

pom.withXml {
Expand Down
2 changes: 2 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
jdk:
- openjdk11
install:
- echo "Running a custom install command"
- ./gradlew clean
Expand Down

0 comments on commit 4061ea4

Please sign in to comment.