Skip to content

Commit a13d093

Browse files
committed
🔧 Google Guava v20.0
1 parent d5793a8 commit a13d093

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: accountAuthenticator/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ android {
2020

2121
dependencies {
2222
compile "com.google.code.gson:gson:$rootProject.googleGsonLibraryVersion"
23+
compile "com.google.guava:guava:$rootProject.guavaVersion"
2324
}

Diff for: build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ext {
2222
targetSdkVersion = 25
2323

2424
// Application dependencies
25+
guavaVersion = '20.0'
2526
googleGsonLibraryVersion = '2.7'
2627
supportLibraryVersion = '25.3.0'
2728
}

0 commit comments

Comments
 (0)