Skip to content

Commit 2ba4f24

Browse files
committed
modify dfu gradlekts
1 parent 6b62d75 commit 2ba4f24

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ dependencies {
4040
implementation 'androidx.cardview:cardview:1.0.0'
4141
implementation 'androidx.recyclerview:recyclerview:1.4.0'
4242
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29'
43-
implementation 'no.nordicsemi.android:dfu:2.9.0'
43+
//implementation 'no.nordicsemi.android:dfu:2.9.0'
44+
implementation project(':dfu')
4445
implementation project(':pfLibrary')
4546
implementation 'com.google.android.gms:play-services-analytics:18.1.1'
4647
implementation 'com.google.code.gson:gson:2.13.1'

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include ':app'
22
include ':pfLibrary'
3+
include ':dfu'
4+
project(':dfu').projectDir = new File(rootDir, 'Android-DFU-Library/lib/dfu/')

0 commit comments

Comments
 (0)