@@ -20,13 +20,13 @@ def getVersionName = { ->
2020 }
2121}
2222android {
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