Skip to content

Releases: akexorcist/ScreenshotDetection

1.0.2

10 Nov 20:56
Compare
Choose a tag to compare
  • Update Gradle plugin and dependencies
    • Kotlin 1.5.31
    • Kotlin Coroutines Android 1.5.0
    • Core KTX 1.6.0
  • Using MavenCentral instead of JCenter
  • Add more screenshot directory checking (#2)
  • Remove onScreenCapturedWithDeniedPermission (#4 #5)
  • Merge pull request (#6)

1.0.1

26 Dec 19:55
Compare
Choose a tag to compare
  • Update target version to 30
  • Migrate from Android Support to AndroidX
  • Migrate from Java to Kotlin
  • Add debounce (Coroutines Flow) to screen capture listener (Prevent multiple event emit)
  • Move from MavenCentral to JCenter