Skip to content

Commit

Permalink
fix crash on arm64 devices
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Feb 15, 2016
1 parent a5a5dcb commit 7187c81
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 308 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.DS_Store
/build
/captures
**/*.iml
19 changes: 0 additions & 19 deletions GiraffePlayer.iml

This file was deleted.

98 changes: 0 additions & 98 deletions app/app.iml

This file was deleted.

4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ android {
targetSdkVersion 23
versionCode 1
versionName "1.0"

ndk {
abiFilters "armeabi-v7a"
}
}
buildTypes {
release {
Expand Down
97 changes: 0 additions & 97 deletions giraffeplayer/giraffeplayer.iml

This file was deleted.

3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# org.gradle.parallel=true
android.useDeprecatedNdk=true
Loading

0 comments on commit 7187c81

Please sign in to comment.