Skip to content

Commit

Permalink
update version.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
rpdome committed Dec 8, 2023
1 parent 2d09c46 commit 2e60985
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
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
}
}

0 comments on commit 2e60985

Please sign in to comment.