Loading app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ android { defaultConfig { applicationId 'edu.bu.ari' minSdk 26 targetSdk 33 targetSdk 26 versionCode 1 versionName "1.0" Loading @@ -31,7 +31,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' Loading app/src/main/java/edu/bu/ari/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ import android.widget.Button; import android.widget.TextView; import android.widget.Toast; import edu.bu.myapplication.R; import edu.bu.ari.R; /* Based on Android Calculator sample code. Loading Loading
app/build.gradle +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ android { defaultConfig { applicationId 'edu.bu.ari' minSdk 26 targetSdk 33 targetSdk 26 versionCode 1 versionName "1.0" Loading @@ -31,7 +31,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' Loading
app/src/main/java/edu/bu/ari/MainActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ import android.widget.Button; import android.widget.TextView; import android.widget.Toast; import edu.bu.myapplication.R; import edu.bu.ari.R; /* Based on Android Calculator sample code. Loading