This repository was archived by the owner on Jan 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies {
4949 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
5050 implementation " org.jetbrains.kotlin:kotlin-reflect:$kotlin_version "
5151 implementation " androidx.appcompat:appcompat:$supportlibVersion "
52- implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
52+ implementation ' androidx.constraintlayout:constraintlayout:2.0.4 '
5353 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
5454 implementation " com.google.android.material:material:1.2.1"
5555}
Original file line number Diff line number Diff line change 2626 android : background =" @color/gameOverBackground" >
2727
2828 <ImageView
29- android : id =" @+id/gameOverFragment "
29+ android : id =" @+id/tryAgainImage "
3030 android : layout_width =" wrap_content"
3131 android : layout_height =" 362dp"
3232 android : layout_marginStart =" @dimen/horizontal_margin"
5757 app : layout_constraintBottom_toBottomOf =" parent"
5858 app : layout_constraintEnd_toEndOf =" parent"
5959 app : layout_constraintStart_toStartOf =" parent"
60- app : layout_constraintTop_toBottomOf =" @+id/gameOverFragment " />
60+ app : layout_constraintTop_toBottomOf =" @+id/tryAgainImage " />
6161 </androidx .constraintlayout.widget.ConstraintLayout>
6262</layout >
Original file line number Diff line number Diff line change 1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818buildscript {
1919 ext {
20- kotlin_version = ' 1.3.72 '
20+ kotlin_version = ' 1.4.10 '
2121 archLifecycleVersion = ' 1.1.1'
22- gradleVersion = ' 4.0.1 '
22+ gradleVersion = ' 4.1.0 '
2323 supportlibVersion = ' 1.2.0'
2424 dataBindingCompilerVersion = gradleVersion // Always need to be the same.
2525 }
Original file line number Diff line number Diff line change 1- # Fri Jun 26 12:26:36 PDT 2020
1+ # Fri Oct 30 15:51:07 PDT 2020
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
5- zipStorePath =wrapper/dists
65android.databinding.enableV2 =true
7- distributionUrl =https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6+ zipStorePath =wrapper/dists
7+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-bin.zip
You can’t perform that action at this time.
0 commit comments