Skip to content

Commit

Permalink
chore: Package manager configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
baruckis committed May 30, 2019
1 parent f1a7d2c commit a4fedbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions UI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ android {
buildToolsVersion rootProject.ext.android_build_tools_version

defaultConfig {
applicationId "com.baruckis.venuesnearby"

minSdkVersion rootProject.ext.android_min_sdk_version
targetSdkVersion rootProject.ext.android_target_sdk_version

versionCode 1
versionName "1.0"

// AndroidJUnitRunner is the instrumentation runner. This is essentially the entry point into running your
// entire suite of tests. It controls the test environment, the test apk, and launches all of the tests
// defined in your test package. To mock DI we use custom made AndroidJUnitRunner.
Expand Down

0 comments on commit a4fedbd

Please sign in to comment.