Skip to content

Commit

Permalink
Update build.gradle to match development branch
Browse files Browse the repository at this point in the history
replace line in 2023-03-29 branch
  • Loading branch information
JackMostow authored Jun 1, 2023
1 parent d741f17 commit c3f1613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ android {
}

// Create a variable called keystorePropertiesFile, and initialize it to your
// keystore.properties file, in the rootProject folder.
def keystorePropertiesFile = rootProject.file("/home/runner/work/RoboTutor_2020/RoboTutor_2020/app/src/sample_config_files/sample_keystore.properties")

// keystore.properties file, in the sample_config_files folder, inside app/src.
def keystorePropertiesFile = rootProject.file("app/src/sample_config_files/sample_keystore.properties")
// Initialize a new Properties() object called keystoreProperties
def keystoreProperties = new Properties()

Expand Down

0 comments on commit c3f1613

Please sign in to comment.