From ebc00f17b29b917ee11bbb9f889e5a94d6c8c7a5 Mon Sep 17 00:00:00 2001 From: kj1352 Date: Tue, 16 Feb 2021 18:16:32 +0530 Subject: [PATCH] rebuilt capacitator android --- android/app/src/main/AndroidManifest.xml | 22 +++++++++---------- android/app/src/main/res/values/strings.xml | 4 ++-- android/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 3 +-- capacitor.config.json | 2 +- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ab6070f..e7ed2e9 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@ @@ -44,20 +44,20 @@ - + - - + + - - - + + + - + - + - - + + diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index e350b11..ad122af 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - Workex - Workex + workex + workex com.webtrigon.workex com.webtrigon.workex diff --git a/android/build.gradle b/android/build.gradle index 159e454..fc069ba 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.2' + classpath 'com.android.tools.build:gradle:3.6.1' classpath 'com.google.gms:google-services:4.3.3' // NOTE: Do not place your application dependencies here; they belong diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index c78b22c..0ebb310 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,5 @@ -#Tue Feb 16 01:28:30 IST 2021 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip diff --git a/capacitor.config.json b/capacitor.config.json index 569dcba..ac3da23 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -1,5 +1,5 @@ { - "appId": "io.ionic.starter", + "appId": "com.webtrigon.workex", "appName": "workex", "bundledWebRuntime": false, "npmClient": "npm",