Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit dcb8434

Browse files
Rename image resource ID.
1 parent ed6ddf7 commit dcb8434

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

AndroidTrivia-Starter/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

AndroidTrivia-Starter/app/src/main/res/layout/fragment_game_over.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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"
@@ -57,6 +57,6 @@
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>

AndroidTrivia-Starter/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
buildscript {
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
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Fri Jun 26 12:26:36 PDT 2020
1+
#Fri Oct 30 15:51:07 PDT 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
65
android.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

0 commit comments

Comments
 (0)