update files

This commit is contained in:
2024-02-07 10:50:33 -06:00
parent f6c2218850
commit e8cad4dea3
25 changed files with 332 additions and 473 deletions

View File

@@ -3,13 +3,13 @@ plugins {
}
android {
namespace 'com.example.geoquizchapter1'
compileSdk 32
namespace 'com.calebfontenot.quizchapter2'
compileSdk 34
defaultConfig {
applicationId "com.example.geoquizchapter1"
minSdk 21
targetSdk 32
applicationId "com.calebfontenot.quizchapter2"
minSdk 30
targetSdk 34
versionCode 1
versionName "1.0"
@@ -30,8 +30,8 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'