Skip to content

Commit

Permalink
gradle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahar Pournasseh authored and Sahar Pournasseh committed Jan 30, 2019
1 parent 90b5746 commit 1da7aef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions calendartool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
compile fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'joda-time:joda-time:2.9.7'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'joda-time:joda-time:2.9.7'
testCompile 'junit:junit:4.12'
androidTestCompile 'com.android.support.test:runner:1.0.2'
androidTestCompile 'com.android.support.test.espresso:espresso-core:3.0.2'
}

0 comments on commit 1da7aef

Please sign in to comment.