Skip to content

Commit

Permalink
Updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
km2442 committed May 24, 2019
1 parent df524f6 commit 0ab3364
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Binary file modified Android/.idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified Android/.idea/caches/gradle_models.ser
Binary file not shown.
1 change: 1 addition & 0 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ dependencies {
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'
implementation 'com.google.code.gson:gson:2.8.5'
}
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.android.tools.build:gradle:3.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 0ab3364

Please sign in to comment.