Skip to content

Releases: icerockdev/moko-permissions

0.10.1

30 Jun 04:11
4aa64ac
Compare
Choose a tag to compare

Changes

  • #44 hotfix: in multiplatform modules we should use multiplatform-publication plugin

0.10.0

28 Jun 09:41
eea21ff
Compare
Choose a tag to compare

Changes

  • #41 kotlin 1.5.20
  • #41 gradle 7.0.2

Release 0.9.0

06 Apr 11:10
a847bfc
Compare
Choose a tag to compare

Changes

  • #37 new module permissions-test for unit testing

Release 0.8.0

02 Apr 10:29
cf3c883
Compare
Choose a tag to compare

Changes

  • #30 fix empty grantResults on android
  • #32 added RECORD_AUDIO permission
  • #34 migration to mavenCentral

Thanks

@qwert2603 @alexpogrebnyak @xpathexception

Release 0.7.0

25 Nov 11:27
77a6d96
Compare
Choose a tag to compare

Changes

  • #24 add write storage permission

Thanks

@RezMike

Release 0.6.0

08 Sep 13:01
7206a78
Compare
Choose a tag to compare

Changes

  • Kotlin 1.4.0
  • project configuration with dependencySubstitution and includeBuild

Release 0.5.1

01 Sep 14:54
c2da5b0
Compare
Choose a tag to compare
  • #19 fix isPermissionGranted push on android

thanks to @ZiXOps

Release 0.5.0

14 Mar 05:19
f90e72e
Compare
Choose a tag to compare
  • kotlin 1.3.70
  • android gradle plugin 3.6.1
  • gradle 5.6.4
  • moko-mvvm 0.6.0
  • coroutines 1.3.4

Release 0.4.0

14 Jan 10:48
f03c1d6
Compare
Choose a tag to compare
  • add remote notifications permission support (thx to @kovalandrew)

Release 0.3.0

16 Dec 05:19
c53668d
Compare
Choose a tag to compare
  • update kotlin to 1.3.61
  • add isPermissionGranted #3
  • configs cleanup