Skip to content

Commit

Permalink
restore build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
p3dr0rv committed Apr 6, 2023
1 parent 166b6f2 commit b92ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ android {
useLibrary 'android.test.mock'
}

String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "0.0.+"
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "11.0.0"

dependencies {
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$rootProject.ext.coreLibraryDesugaringVersion"
Expand Down

0 comments on commit b92ff0e

Please sign in to comment.