Skip to content

Commit

Permalink
build: fix debug build
Browse files Browse the repository at this point in the history
Signed-off-by: Next Alone <[email protected]>
  • Loading branch information
NextAlone committed Jan 31, 2024
1 parent 01a8976 commit 6904dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ android {
srcDirs "src/main/java", "src/gservcies/java"
}
jni.srcDirs = ["./jni/"]
jniLibs {
srcDir "src/main/libs"
}
manifest {
srcFile "src/gservcies/AndroidManifest.xml"
}
Expand Down

0 comments on commit 6904dca

Please sign in to comment.