4Q-s-r-o / ota_update

Flutter plugin implementing OTA update for both iOS and Android
MIT License
182 stars 62 forks source link

Fixed: Permission Denied Error in Android 13(Sdk 33) #95

Closed TechGeekD closed 1 year ago

TechGeekD commented 1 year ago

Addresses issue #91

TechGeekD commented 1 year ago

Currently using in pubspec.yml as below while this gets merged.

  ota_update:
    git:
      url: https://github.com/TechGeekD/ota_update.git
      ref: "master"
hujian-jian commented 1 year ago

Currently using in pubspec.yml as below while this gets merged.

  ota_update:
    git:
      url: https://github.com/TechGeekD/ota_update.git
      ref: "master"

Thank you very much for successfully solving the problem

lwj1994 commented 1 year ago

@ethael merge and update pub plz