Skip to content

Commit

Permalink
Merge pull request #215 from deku-messaging/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
sherlockwisdom authored Feb 25, 2024
2 parents 3c86f0d + 9a7d9bb commit fe03488
Show file tree
Hide file tree
Showing 52 changed files with 2,109 additions and 1,532 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,17 @@ android {
// generateLocaleConfig true
// }
sourceSets {
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())

main {
jniLibs.srcDirs = ['libs']
java {
exclude 'com/afkanerd/deku/Images/Images/'
/* The holder name I want to excludes its all classes */
}
resources {
srcDirs 'src/main/resources'
}
}
}

Expand Down Expand Up @@ -121,6 +126,7 @@ android {

dependencies {
implementation project(':smswithoutborders_libsignal-doubleratchet')
implementation 'androidx.room:room-testing:2.6.1'
def paging_version = "3.2.1"

testImplementation 'junit:junit:4.13.2'
Expand Down
Loading

0 comments on commit fe03488

Please sign in to comment.