We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fa342 commit fed6492Copy full SHA for fed6492
adal/build.gradle
@@ -131,7 +131,7 @@ android {
131
useLibrary 'android.test.mock'
132
}
133
134
-String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "0.0.+"
+String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "9.1.0"
135
136
dependencies {
137
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$rootProject.ext.coreLibraryDesugaringVersion"
0 commit comments