Skip to content

Downgrade Gradle plugin to 7.3.1 and wrapper to 7.4#55

Open
mustafaabobakr wants to merge 1 commit intogradle_8.4.0from
feat/gradle_7.4
Open

Downgrade Gradle plugin to 7.3.1 and wrapper to 7.4#55
mustafaabobakr wants to merge 1 commit intogradle_8.4.0from
feat/gradle_7.4

Conversation

@mustafaabobakr
Copy link
Copy Markdown
Collaborator

Revert Gradle plugin to 7.3.1 and wrapper to 7.4, and lower compileSdkVersion and targetSdkVersion to 34. Also update goSellSDK-AndroidX and material dependencies, and remove several unused dependencies from build.gradle.

Revert Gradle plugin to 7.3.1 and wrapper to 7.4, and lower compileSdkVersion and targetSdkVersion to 34. Also update goSellSDK-AndroidX and material dependencies, and remove several unused dependencies from build.gradle.
@mustafaabobakr mustafaabobakr self-assigned this Aug 14, 2025
@mustafaabobakr mustafaabobakr changed the title Downgrade Gradle and SDK versions in Android build Downgrade Gradle plugin to 7.3.1 and wrapper to 7.4 Aug 14, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR downgrades the Android build configuration to use older, more stable versions of Gradle and Android SDK components. The changes revert from newer versions to established ones and clean up unused dependencies.

  • Downgrades Gradle wrapper from 8.6 to 7.4 and Android Gradle plugin from 8.4.0 to 7.3.1
  • Reduces Android SDK versions from 35 to 34 for both compile and target SDK
  • Updates goSellSDK-AndroidX dependency and removes multiple unused dependencies

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
android/gradle/wrapper/gradle-wrapper.properties Downgrades Gradle wrapper from version 8.6 to 7.4
android/build.gradle Downgrades Android Gradle plugin, SDK versions, updates goSellSDK dependency, and removes unused dependencies

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread android/build.gradle
implementation 'jp.wasabeef:blurry:4.0.1'
implementation 'io.card:android-sdk:5.5.1'
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'com.google.android.material:material:1.12.0-alpha03'
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using an alpha version (1.12.0-alpha03) in production code introduces stability risks. Consider using a stable release version instead, especially when the PR goal is to use more stable versions.

Suggested change
implementation 'com.google.android.material:material:1.12.0-alpha03'
implementation 'com.google.android.material:material:1.11.0'

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants