Skip to content

Commit

Permalink
upgrading APG version to 7.4.2 to 8.1.1 for MSAL
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrymsft committed Feb 4, 2025
1 parent 680afc9 commit f5665f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
#distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
1 change: 1 addition & 0 deletions pop-benchmarker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.application'

android {
namespace "com.microsoft.identity.common.internal.platform"
compileOptions {
// Flag to enable support for the new language APIs
coreLibraryDesugaringEnabled true
Expand Down
4 changes: 2 additions & 2 deletions pop-benchmarker/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.microsoft.identity.common.internal.platform">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- package="com.microsoft.identity.common.internal.platform">-->

<application
android:allowBackup="true"
Expand Down

0 comments on commit f5665f7

Please sign in to comment.