Skip to content

Commit a280325

Browse files
committed
update gradle
1 parent 75baf82 commit a280325

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

app/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ android {
2525
}
2626
}
2727
compileOptions {
28-
sourceCompatibility JavaVersion.VERSION_11
29-
targetCompatibility JavaVersion.VERSION_11
28+
sourceCompatibility JavaVersion.VERSION_1_8
29+
targetCompatibility JavaVersion.VERSION_1_8
3030
}
3131
configurations.all {
3232
resolutionStrategy {
3333
force "org.jetbrains.kotlin:kotlin-stdlib:1.7.10"
3434
}
3535
}
3636
kotlinOptions {
37-
jvmTarget = '11'
37+
jvmTarget = '1.8'
3838
}
3939
}
4040

4141
dependencies {
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib:"
43-
implementation 'androidx.core:core-ktx:1.7.0'
44-
implementation 'androidx.appcompat:appcompat:1.4.1'
45-
implementation 'com.google.android.material:material:1.4.0'
46-
implementation "androidx.activity:activity-ktx:1.5.1"
43+
implementation 'androidx.core:core-ktx:1.12.0'
44+
implementation 'androidx.appcompat:appcompat:1.6.1'
45+
implementation 'com.google.android.material:material:1.11.0'
46+
implementation "androidx.activity:activity-ktx:1.8.2"
4747
implementation 'com.android.support:multidex:1.0.3'
4848
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4949
testImplementation 'junit:junit:4.13.2'

knet-sdk/build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ def getVersionName = { ->
2020
}
2121
}
2222
android {
23-
compileSdkVersion 31
23+
compileSdkVersion 33
2424
buildToolsVersion "30.0.3"
2525
namespace 'company.tap.tapWebForm'
2626

2727
defaultConfig {
2828
minSdkVersion 24
29-
targetSdkVersion 31
29+
targetSdkVersion 33
3030
versionCode 1
3131
versionName "1.0.1"
3232

@@ -41,11 +41,11 @@ android {
4141
}
4242
}
4343
compileOptions {
44-
sourceCompatibility JavaVersion.VERSION_11
45-
targetCompatibility JavaVersion.VERSION_11
44+
sourceCompatibility JavaVersion.VERSION_1_8
45+
targetCompatibility JavaVersion.VERSION_1_8
4646
}
4747
kotlinOptions {
48-
jvmTarget = '11'
48+
jvmTarget = '1.8'
4949
}
5050

5151
}
@@ -61,28 +61,28 @@ dependencies {
6161
implementation 'com.github.Tap-Payments:TapCardInputKit-Android:1.0.0'
6262
api 'com.github.Tap-Payments:TapCardInputKit-Android:1.0.0'
6363

64-
api 'com.github.Tap-Payments:TapUIKit-Android:2.0.7'
65-
implementation 'com.github.Tap-Payments:TapNFCCardReaderKit-Android:0.0.1.6.1'
64+
api 'com.github.Tap-Payments:TapUIKit-Android:2.0.12'
65+
implementation 'com.github.Tap-Payments:TapNFCCardReaderKit-Android:0.0.4.3'
6666
implementation "io.reactivex.rxjava2:rxjava:2.2.19"
6767
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
68-
implementation 'com.github.Tap-Payments:TapNetwrok-Android:0.2.2.34'
68+
implementation 'com.github.Tap-Payments:TapNetwrok-Android:0.2.2.44'
6969
api 'com.google.code.gson:gson:2.8.9'
7070
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
7171
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.0'
7272
implementation 'com.github.Tap-Payments:LocalisationManager-Android:0.0.1.34'
73-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.1"
74-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1"
73+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.7.0"
74+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0"
7575
/**
7676
* update this library in tapUiLibrary to be used automatically
7777
*/
7878
implementation 'jp.wasabeef:blurry:4.0.1'
7979

8080
implementation 'com.github.bumptech.glide:glide:4.12.0'
81-
implementation 'com.github.Tap-Payments:TapNFCCardReaderKit-Android:0.0.1.7'
81+
implementation 'com.github.Tap-Payments:TapNFCCardReaderKit-Android:0.0.4.3'
8282
api 'com.github.Tap-Payments:TapCardScannerKit-Android:0.0.2'
8383
implementation 'company.tap:PayCards-Tap-Android:0.1.6.4'
8484
api 'com.github.Tap-Payments:CommonDataModelsWeb-Andriod:0.0.14'
85-
implementation 'com.github.Tap-Payments:TapUIKit-Android:2.0.4'
85+
implementation 'com.github.Tap-Payments:TapUIKit-Android:2.0.12'
8686
implementation 'androidx.lifecycle:lifecycle-process:2.6.2'
8787
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
8888

0 commit comments

Comments
 (0)