Skip to content

Commit e58883f

Browse files
committed
Sample project refactored as module
1 parent c68870e commit e58883f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4
-287
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1616
# org.gradle.parallel=true
1717
android.useAndroidX=true
18+
android.enableJetifier=true
1819

1920
VERSION_NAME=2.2.0
2021
GROUP=no.nordicsemi.android

sample/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

samples/example2/app/build.gradle renamed to sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ android {
2525
dependencies {
2626
implementation 'com.google.android.material:material:1.2.0-beta01'
2727
implementation 'androidx.fragment:fragment:1.3.0-alpha05'
28-
implementation 'no.nordicsemi.android:log:2.2.0'
28+
implementation project(':log')
2929
}

0 commit comments

Comments
 (0)