Skip to content

Commit

Permalink
Removed the splits block because it is preventing the diag_revealer.s…
Browse files Browse the repository at this point in the history
…o binary from being unpacked when the app is installed
  • Loading branch information
christianrowlands committed Oct 29, 2020
1 parent 67ddc33 commit c7a820a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.craxiom.networksurveyplus"
minSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "0.1.0"
versionCode 2
versionName "0.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -49,14 +49,14 @@ android {
exclude 'log4j.properties'
}

splits {
/*splits {
abi {
enable true
reset()
include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
universalApk true
}
}
}*/

testOptions {
unitTests.returnDefaultValues = true
Expand Down

0 comments on commit c7a820a

Please sign in to comment.