Skip to content

Commit

Permalink
Android SDK version inc v2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kishan-cashfree committed Jun 18, 2024
1 parent 5b2a15b commit 7ea360d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdk 33

defaultConfig {
applicationId "com.cashfree.sdk_sample"
applicationId "com.cashfree.pg.demoapp"
minSdk 21
targetSdk 33
versionCode 1
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

implementation 'com.cashfree.pg:api:2.1.14'
implementation 'com.cashfree.pg:api:2.1.15'

androidTestImplementation platform('androidx.compose:compose-bom:2022.10.00')
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = "https://maven.cashfree.com/release" }
}
}
rootProject.name = "Cashfree Android Sample"
Expand Down

0 comments on commit 7ea360d

Please sign in to comment.