Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Please Note: If you are using ProGuard, our library could be compromised.
Therefore it is necessary to add the following lines into the ProGuard configuration file if using version spring-appstreaming-android-1.2.5 and lower:


# Keep spring files
-keep class de.spring.** { *; }
-keep class org.apache.** { *; }

...