diff --git a/app/build.gradle b/app/build.gradle index 4256b77901..1ea7808851 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,11 +72,11 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1' implementation 'com.tangem:blockchain:1.130.0' - implementation 'com.tangem:core:1.96.0' - implementation 'com.tangem:sdk:1.96.0' + implementation 'com.tangem:core:1.99.0' + implementation 'com.tangem:sdk:1.99.0' // WebView - implementation "androidx.browser:browser:1.2.0" + implementation "androidx.browser:browser:1.3.0" //lifecycle implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.2.0" @@ -102,7 +102,7 @@ dependencies { implementation 'com.google.firebase:firebase-config-ktx' implementation 'com.google.firebase:firebase-analytics-ktx' - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' testImplementation "com.google.truth:truth:1.0.1" androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' diff --git a/app/src/main/java/com/tangem/tap/features/wallet/ui/WalletFragment.kt b/app/src/main/java/com/tangem/tap/features/wallet/ui/WalletFragment.kt index 7dd3bef7a9..5098d05d83 100644 --- a/app/src/main/java/com/tangem/tap/features/wallet/ui/WalletFragment.kt +++ b/app/src/main/java/com/tangem/tap/features/wallet/ui/WalletFragment.kt @@ -230,11 +230,8 @@ class WalletFragment : Fragment(R.layout.fragment_wallet), StoreSubscriber + app:layout_constraintBottom_toBottomOf="@id/btn_copy" + app:layout_constraintStart_toStartOf="parent" /> @@ -151,9 +151,9 @@ android:layout_height="wrap_content" android:layout_margin="16dp" android:src="@drawable/ic_payid" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@id/v_payid_divider" - app:layout_constraintBottom_toBottomOf="parent"/> + app:layout_constraintTop_toBottomOf="@id/v_payid_divider" />