Skip to content

Commit

Permalink
[Student][RC-6.5.0] Bump version, update proguard rules (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMarshall authored May 3, 2019
1 parent 179adf2 commit cedba17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/student/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
applicationId "com.instructure.candroid"
minSdkVersion Versions.MIN_SDK
targetSdkVersion Versions.TARGET_SDK
versionCode = 191
versionName = '6.4.3'
versionCode = 194
versionName = '6.5.0'

vectorDrawables.useSupportLibrary = true
multiDexEnabled = true
Expand Down
5 changes: 5 additions & 0 deletions apps/student/proguard-rules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,8 @@
}

-dontwarn com.bumptech.glide.load.resource.bitmap.VideoDecoder

# Mobius
-dontwarn org.slf4j.impl.StaticLoggerBinder
-dontwarn org.slf4j.impl.StaticMDCBinder
-dontwarn org.slf4j.impl.StaticMarkerBinder

0 comments on commit cedba17

Please sign in to comment.