Skip to content

Commit

Permalink
chore: update gradle & pods
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschoenbaechler committed Dec 3, 2024
1 parent 73d5603 commit 23af928
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {

repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.google.gms:google-services:4.3.15'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 1 addition & 2 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'ch.michaelschoenbaechler.parlwatch',
appName: 'ParlWatch',
webDir: 'www',
bundledWebRuntime: false
webDir: 'www'
};

export default config;
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:android": "npm run build && npx cap copy android && npx cap open android",
"start:ios": "npm run build && npx cap copy ios && npx cap open ios",
"build": "ng build",
"build:prd": "ng build --configuration=production",
"lint": "ng lint && npx prettier -c \"src/**/*.ts\"",
Expand Down

0 comments on commit 23af928

Please # to comment.