Skip to content

Commit 22710a1

Browse files
Merge pull request #1224 from AzureAD/release/2.0.4
Version 2.0.4
2 parents f3ac272 + 6173ea7 commit 22710a1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ MSAL Wiki : https://github.com/AzureAD/microsoft-authentication-library-for-andr
33
v.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+
610
Version 2.0.3
711
----------
812
- Expose expiresIn in MSAL Device Code flow callback #1169

msal/consumer-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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.** { *; }

msal/versioning/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#Wed Aug 01 15:24:11 PDT 2018
2-
versionName=2.0.3
2+
versionName=2.0.4
33
versionCode=0

testapps/testapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)