We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4271e81 commit f151edfCopy full SHA for f151edf
build.gradle
@@ -162,7 +162,7 @@ dependencies {
162
compileOnly localGroovy()
163
// Don't enable this on the repository because this artifact may include bytecode incompatibility.
164
// compileOnly "com.android.tools.build:gradle:$androidGradleVersion"
165
- implementation 'org.jetbrains:annotations:25.0.0'
+ implementation 'org.jetbrains:annotations:26.0.1'
166
implementation 'com.google.guava:guava-annotations:r03'
167
168
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4'
0 commit comments