Skip to content

Commit

Permalink
#66 #69 update menu screen and create order screen
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaZubkova authored Jul 16, 2020
1 parent 77e7366 commit e65b127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:4.0.0"
classpath 'com.google.gms:google-services:4.2.0'
classpath 'com.google.code.gson:gson:2.8.5'


// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -23,4 +24,4 @@ allprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit e65b127

Please sign in to comment.