Skip to content

Commit

Permalink
Release 3.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hisyam committed Feb 9, 2022
1 parent 8390e73 commit 072a2a5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions MOLPayXdkExample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
compileSdkVersion 31
buildToolsVersion "29.0.3"

defaultConfig {
applicationId "com.molpay.molpayxdkexample"
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 31
versionCode 1
versionName "1.0"
}
Expand All @@ -17,13 +17,18 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
testImplementation 'junit:junit:4.12'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'com.github.RazerMS:rms-mobile-xdk-android-library:3.32.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.github.RazerMS:rms-mobile-xdk-android-library:3.32.1'
}

0 comments on commit 072a2a5

Please sign in to comment.