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-appsensor-android-1.7.6 and lower:


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

-keep class org.apache.** { *; }

...