Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 5 additions & 17 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'com.android.tools.build:gradle:7.3.1'
}
}

Expand All @@ -24,10 +24,10 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
compileSdkVersion 35
compileSdkVersion 34
defaultConfig {
minSdkVersion 21
targetSdkVersion 35
targetSdkVersion 34
versionCode 1
versionName "1.0"
}
Expand All @@ -42,20 +42,8 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.github.Tap-Payments:goSellSDK-AndroidX:3.19.35.1'
implementation 'com.github.Tap-Payments:goSellSDK-AndroidX:3.19.35.3'
implementation 'com.google.code.gson:gson:2.13.1'
implementation 'com.google.android.material:material:1.14.0-alpha03'
implementation 'com.github.Tap-Payments:TapGLKit-Android:1.19.1'
implementation 'com.github.Tap-Payments:TapCardValidator-Android:2.16.2.1'
implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0'
implementation 'com.squareup.okhttp3:okhttp:5.1.0'
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.google.android.gms:play-services-wallet:19.4.0'
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.
}

2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip