Skip to content

Commit

Permalink
Upgraded to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MERZAK-X committed Apr 12, 2021
1 parent 779cbbe commit a4379df
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "ma.emsi.simplequiz"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Binary file removed app/src/main/res/drawable/girlwithapearlearring.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable/lasmeninas.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable/monalisa.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable/question1.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable/question2.png
Binary file not shown.
Binary file added app/src/main/res/drawable/testscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app/src/main/res/drawable/thelastsupper.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable/thescream.jpg
Binary file not shown.
Binary file removed app/src/main/res/drawable/thestarrynight.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_quiz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
app:layout_constraintHorizontal_bias="0.523"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:srcCompat="@tools:sample/backgrounds/scenic" />
tools:srcCompat="@drawable/testscreen" />

<TextView
android:id="@+id/tvQuestion"
Expand Down

0 comments on commit a4379df

Please sign in to comment.