Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
LSafer committed Apr 3, 2020
1 parent 2e62be2 commit 61e9a00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repositories {
}

dependencies {
compileOnly 'com.github.cufyorg:util:0.1.0-beta1'
compileOnly 'com.github.cufyorg:base:0.1.0-beta3'
compileOnly 'com.github.cufyorg:util:0.1.0-beta2'
compileOnly 'com.github.cufyorg:base:0.1.0-beta4'

testImplementation 'com.github.cufyorg:util:0.1.0-beta1'
testImplementation 'com.github.cufyorg:base:0.1.0-beta3'
testImplementation 'com.github.cufyorg:util:0.1.0-beta2'
testImplementation 'com.github.cufyorg:base:0.1.0-beta4'
testImplementation 'junit:junit:4.11'
}

Expand Down

0 comments on commit 61e9a00

Please sign in to comment.