Skip to content

Commit 4f5eb8f

Browse files
committed
cleaning up duplicated libs, testing different memory allocation
1 parent 522c98f commit 4f5eb8f

Some content is hidden

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

77 files changed

+24
-27
lines changed

Android/selfieMemememe3/.idea/gradle.xml

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

Android/selfieMemememe3/app/build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,3 @@ dependencies {
6565
compile files('src/main/libs/JTransforms-3.0.jar')
6666
compile files('src/main/libs/jumblr-0.0.10-jar-with-dependencies.jar')
6767
}
68-
69-
task copyJniLibs(type: Copy) {
70-
from 'src/main/libs/armeabi-v7a'
71-
into 'src/main/jniLibs'
72-
}
73-
74-
tasks.withType(JavaCompile) {
75-
compileTask -> compileTask.dependsOn(copyJniLibs)
76-
}
77-
78-
//clean.dependsOn 'cleanCopyJniLibs'
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)