Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix download progress, update plugins version #74

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[update]
 - capacitor v5 upgrade
 - capacitor http -> filesystem plugin

Signed-off-by: nerd-dk <dreeky@nerdfrenz.com>
  • Loading branch information
nerd-dk committed Aug 25, 2023
commit b8f700b0b726363a2a14f7284b1454c61f2c816d
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ buildscript {
apply plugin: 'com.android.library'

android {
namespace "com.microsoft.capacitor.codepush"
compileSdkVersion project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 30
defaultConfig {
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.microsoft.capacitor.codepush">
>
</manifest>
9 changes: 0 additions & 9 deletions dist/esm/callbackUtil.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/esm/callbackUtil.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/esm/callbackUtil.js.map

This file was deleted.

163 changes: 0 additions & 163 deletions dist/esm/codePush.d.ts

This file was deleted.

Loading