Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/e-picsa/picsa-apps into main
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Sep 21, 2023
2 parents 53bfebd + c995ce1 commit 3df0391
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
6 changes: 3 additions & 3 deletions apps/picsa-apps/extension-app-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "io.picsa.extension"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3034000
versionName "3.34.0"
versionCode 3034001
versionName "3.34.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation project(':capacitor-cordova-android-plugins')

// Required for capacitor-video-player
implementation 'com.google.android.gms:play-services-cast-framework:21.2.0'
implementation 'com.google.android.gms:play-services-cast-framework:21.3.0'

implementation(platform("com.google.firebase:firebase-bom:32.3.1"))
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
import com.getcapacitor.BridgeActivity;

public class MainActivity extends BridgeActivity {
// required for capacitor-video-player
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
CastContext.getSharedInstance(this);
}

}
2 changes: 1 addition & 1 deletion libs/environments/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import packageJson from '../../../package.json';

export const APP_VERSION = {
number: packageJson.version,
date: '2023-09-19',
date: '2023-09-20',
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picsa-apps",
"version": "3.34.0",
"version": "3.34.1",
"license": "See LICENSE",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 3df0391

Please sign in to comment.