Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marufsharia committed Mar 29, 2020
1 parent 67a5fea commit bbbcebd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

}
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
<string name="dialog_message_sensor_not_exist" translatable="false">Your device doesn\'t have the required sensors</string>
<string name="dialog_title" translatable="false">Alert</string>
<string name="footer_image">Footer Image</string>

<string name="google_maps_key">map_key</string>
</resources>

0 comments on commit bbbcebd

Please sign in to comment.