Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version.gradle #1771

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common
Submodule common updated 136 files
19 changes: 13 additions & 6 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Variables for entire project
// taken from android-complete
// Taken from android-complete.
ext {
// SDK
minSdkVersion = 16
Expand All @@ -14,7 +14,7 @@ ext {
kotlinVersion = '1.7.21'
spotBugsGradlePluginVersion = '4.7.1'
jupiterApiVersion = '5.6.0'

//Java Language Support
coreLibraryDesugaringVersion = "1.1.5"

Expand Down Expand Up @@ -43,9 +43,8 @@ ext {
powerMockVersion = "2.0.9"
runnerVersion = "1.2.0"
rulesVersion = "1.2.0"
robolectricVersion = "4.5.1"
robolectricVersion = "4.9.2"
uiAutomatorVersion = "2.2.0"
flatBuffersJavaVersion = "1.12.0"
daggerVersion = "2.31.2"
daggerCompilerVersion = "2.31.2"
msal4jVersion = "1.10.0"
Expand All @@ -61,14 +60,22 @@ ext {
junitVintageEngineVersion = "5.7.2"
dbusJavaVersion = "3.3.0"
dbusJavaUtilsVersion = "3.3.0"
bouncyCastleVersion = "1.67"
bouncyCastleVersion = "1.77"
oshiCoreVersion = "5.7.5"
tokenShare = "1.6.5"
intuneAppSdkVersion = "8.6.3"
javaAssistVersion = "3.27.0-GA"
yubikitAndroidVersion = "2.3.0"
yubikitPivVersion = "2.3.0"
powerliftAndroidVersion="1.0.3"
kotlinXCoroutinesVersion = "1.6.4"
mockkVersion = "1.11.0"
mockitoKotlinVersion = "4.1.0"
androidxAnnotationVersion = "1.4.0"
spotBugsAnnotationVersion = "4.3.0"
jcipAnnotationVersion = "1.0-1"
openTelemetryVersion = "1.18.0"
jetpackDataStoreVersion = "1.0.0"

// microsoft-diagnostics-uploader app versions
powerliftVersion = "0.14.7"
Expand Down Expand Up @@ -97,4 +104,4 @@ ext {
mockitoLibraryVersion = "1.2"
dexMakerLibraryVersion = "1.2"
//#### The ABOVE are TSL version variables - END
}
}
Loading