diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d6238a821..4d05912d5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -86,12 +86,6 @@ jobs: - name: Build APK run: cd android && ./gradlew assembleDebug - - uses: FirebaseExtended/action-hosting-deploy@v0 - with: - repoToken: "${{ secrets.GITHUB_TOKEN }}" - firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_SUNBIRD_4C2BA }}" - projectId: sunbird-4c2ba - - name: Upload APK uses: actions/upload-artifact@v3.1.2 with: diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 597d8a93a..e11a73671 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -54,14 +54,6 @@ jobs: - name: Install Sonar Scanner run: sudo npm install -g sonarqube-scanner@3.5.0 - - name: Cache SonarQube Scanner - uses: actions/cache@v2 - with: - path: ~/.sonar/cache - key: ${{ runner.os }}-sonarqube-${{ hashFiles('**/sonar-project.properties') }} - restore-keys: | - ${{ runner.os }}-sonarqube- - - name: Run SonarQube Analysis run: | sonar-scanner \ diff --git a/android/gradle.properties b/android/gradle.properties index 08bed0d2d..06324bce6 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -9,8 +9,7 @@ # Specifies the JVM arguments used for the daemon process. # The setting is particularly useful for tweaking memory settings. -# org.gradle.jvmargs=-Xmx1536m -org.gradle.jvmargs=-Xms1024m -Xmx4096m +org.gradle.jvmargs=-Xmx1536m # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit @@ -24,6 +23,7 @@ android.useAndroidX=true android.enableJetifier=true android.defaults.buildfeatures.buildconfig=true # App.properties - app_name=Sunbird - app_id=org.sunbird.app.staging -flavor=staging \ No newline at end of file +app_name=Sunbird +app_id=org.sunbird.app.staging +flavor=staging +custom_scheme_url=staging.diksha.app \ No newline at end of file