Skip to content

Commit

Permalink
Prepare release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Dec 4, 2019
1 parent ce3442b commit e8d8790
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Setup the Gradle plugin:
// ...
dependencies {
// ...
classpath 'com.karumi:shot:3.0.2'
classpath 'com.karumi:shot:3.1.0'
}
}
apply plugin: 'shot'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi'
version '3.0.3-SNAPSHOT'
version '3.1.0'

apply plugin: 'scala'
apply plugin: 'jacoco'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=030003
VERSION_NAME=3.0.3-SNAPSHOT
VERSION_CODE=030100
VERSION_NAME=3.1.0
GROUP=com.karumi
POM_DESCRIPTION=Gradle plugin developed to facilitate screenshot testing for Android.
POM_URL=https://github.com/karumi/shot
Expand Down
2 changes: 1 addition & 1 deletion shot-consumer/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath "com.neenbedankt.gradle.plugins:android-apt:1.7"
classpath "com.karumi:shot:3.0.3-SNAPSHOT"
classpath "com.karumi:shot:3.1.0"
classpath "com.github.trevjonez.composer-gradle-plugin:plugin:0.12.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion shot-consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.karumi:shot:3.0.3-SNAPSHOT'
classpath 'com.karumi:shot:3.1.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion shot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.karumi'
version '3.0.3-SNAPSHOT'
version '3.1.0'

apply plugin: 'scala'
apply plugin: 'groovy'
Expand Down

0 comments on commit e8d8790

Please sign in to comment.