Skip to content

Commit

Permalink
updates to gradle file and build version
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Nov 9, 2017
1 parent 3ba46a5 commit 98b6d13
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion '26.0.2'

defaultConfig {
applicationId "org.witness.sscphase1"
minSdkVersion 16
targetSdkVersion 25
versionCode 40
versionName "4.0.0-alpha-2"
versionCode 4001
versionName "4.0.0-beta-1"
ndk {
moduleName "JpegRedaction"
stl "stlport_static"
Expand All @@ -29,6 +29,13 @@ android {
path 'src/main/jni/Android.mk'
}
}
lintOptions {
disable 'MissingTranslation', 'LocaleFolder'
abortOnError false
checkReleaseBuilds false
}


}

repositories {
Expand Down

0 comments on commit 98b6d13

Please sign in to comment.