Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
thejudge156 authored Jun 5, 2024
1 parent ce178a8 commit 553a85c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ dependencies {
implementation("commons-codec:commons-codec:1.15")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
implementation("androidx.preference:preference-ktx:1.2.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.appcompat:appcompat:1.4.1")
implementation("androidx.legacy:legacy-preference-v14:1.0.0")
implementation("com.google.android.material:material:1.8.0")
implementation("com.google.android.material:material:1.6.0")
implementation("androidx.annotation:annotation:1.7.1")
implementation("com.microsoft.azure:msal4j:1.14.0")
implementation("androidx.browser:browser:1.7.0")
implementation("blank:unity-classes")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
}
}

0 comments on commit 553a85c

Please sign in to comment.