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 + android:layout_height="wrap_content"> + 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" /> + app:layout_constraintVertical_bias="1" + android:layout_marginBottom="33dp"/> + app:layout_constraintVertical_bias="1" + android:layout_marginBottom="33dp"/> + app:layout_constraintVertical_bias="1" + android:layout_marginBottom="33dp"/> \ No newline at end of file diff --git a/build.gradle b/build.gradle index ca088a1567..4dc0d14356 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ buildscript { classpath "com.android.tools.build:gradle:${versions.build_gradle}" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$versions.kotlin" classpath "com.github.dcendents:android-maven-gradle-plugin:2.1" - classpath 'com.google.gms:google-services:4.3.3' - classpath 'com.google.firebase:firebase-crashlytics-gradle:2.2.0' + classpath 'com.google.gms:google-services:4.3.5' + classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1' // classpath 'com.google.firebase:perf-plugin:1.3.1' } } diff --git a/dependencies.gradle b/dependencies.gradle index ed2e48ec9d..6aa50c71a1 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -1,4 +1,4 @@ ext.versions = [ - kotlin : '1.4.10', + kotlin : '1.4.30', build_gradle: '4.1.2', ]