Skip to content

Commit

Permalink
Revert test versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ekigamba committed Oct 21, 2022
1 parent 1618976 commit 4b5b1b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'realm-android'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.10.0-PUBT-SNAPSHOT'
version '0.10.0'

project.version = this.version

Expand Down Expand Up @@ -205,4 +205,4 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest']) { //
}

// Add github packages, maven-central and sonatype publishing
apply from: '../publish.gradle'
apply from: '../publish.gradle'
4 changes: 2 additions & 2 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'
apply plugin: 'jacoco'

version '0.9.1-PUBT-SNAPSHOT'
version '0.9.0'
project.version = this.version


Expand Down Expand Up @@ -101,4 +101,4 @@ task printTasks {
}

// Add github packages, maven-central and sonatype publishing
apply from: '../publish.gradle'
apply from: '../publish.gradle'

0 comments on commit 4b5b1b1

Please sign in to comment.