Skip to content

Commit fed6492

Browse files
author
Samuel Wainaina
committed
update version number in build.gradle
1 parent 19fa342 commit fed6492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ android {
131131
useLibrary 'android.test.mock'
132132
}
133133

134-
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "0.0.+"
134+
String commonVersion = project.hasProperty("distCommonVersion") ? project.distCommonVersion : "9.1.0"
135135

136136
dependencies {
137137
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:$rootProject.ext.coreLibraryDesugaringVersion"

0 commit comments

Comments
 (0)