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 fileif :
# Keep spring files
-keep class de.spring.** { *; }
If using version spring-appsensor-android-1.7.6 (and lower), it is necessary to add the following lines into the ProGuard configuration file:

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

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

...