File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
33v.Next
44----------
55
6+ Version 2.0.4
7+ ----------
8+ - Fix syntax error in proguard rules, add usage of proguard to test app #1224
9+
610Version 2.0.3
711----------
812- Expose expiresIn in MSAL Device Code flow callback #1169
Original file line number Diff line number Diff line change 1818
1919##---------------Begin: proguard configuration for MSAL --------
2020-keep class com.microsoft.identity.** { *; }
21- -keep com.microsoft.device.display.** { *; }
21+ -keep class com.microsoft.device.display.** { *; }
2222
2323##---------------Begin: proguard configuration for Nimbus ----------
2424-keep class com.nimbusds.** { *; }
Original file line number Diff line number Diff line change 11# Wed Aug 01 15:24:11 PDT 2018
2- versionName =2.0.3
2+ versionName =2.0.4
33versionCode =0
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ android {
5252 buildTypes {
5353 release {
5454 signingConfig signingConfigs. release
55- minifyEnabled false
55+ minifyEnabled true
5656 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
5757 }
5858 }
You can’t perform that action at this time.
0 commit comments