Commit ceaf6bd1 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Changing back to recent Android versions

parent 461cd749
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ android {
    defaultConfig {
        applicationId 'edu.bu.ari'
        minSdk 26
        targetSdk 33
        targetSdk 26
        versionCode 1
        versionName "1.0"

@@ -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'
+1 −1
Original line number Diff line number Diff line
@@ -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.