Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Mar 23, 2018
1 parent c00cde1 commit c4b908a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ And then add the dependency:

```groovy
dependencies {
compile 'org.sert2521.sertain:core:1.1.1'
compile 'org.sert2521.sertain:core:1.1.2'
}
```
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.2.21'
ext.kotlinVersion = '1.2.30'

repositories {
google()
Expand Down Expand Up @@ -85,7 +85,7 @@ allprojects {

groupId "org.sert2521"
artifactId project.name
version "1.1.1"
version "1.1.2"

artifact "$buildDir/libs/${project.name}.jar"
artifact sourcesJar
Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ check.dependsOn 'ktlint'

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
implementation 'com.android.support:support-annotations:27.0.2'
compile 'edu.wpi.first.wpilibj:wpilibj-java:2018.3.2'
compileOnly 'openrio.mirror.third.ctre:CTRE-phoenix-java:5.2.1.1'
implementation 'com.android.support:support-annotations:27.1.0'
compile 'edu.wpi.first.wpilibj:wpilibj-java:2018.4.1'
compileOnly 'openrio.mirror.third.ctre:CTRE-phoenix-java:5.3.1.0'
compileOnly 'jaci.pathfinder:Pathfinder-Java:1.8'

ktlint 'com.github.shyiko:ktlint:0.15.1'
Expand Down

0 comments on commit c4b908a

Please sign in to comment.