Revision 98b6d137
| app/build.gradle | ||
|---|---|---|
| 2 | 2 |
|
| 3 | 3 |
android {
|
| 4 | 4 |
compileSdkVersion 25 |
| 5 |
buildToolsVersion "25.0.2"
|
|
| 5 |
buildToolsVersion '26.0.2'
|
|
| 6 | 6 |
|
| 7 | 7 |
defaultConfig {
|
| 8 | 8 |
applicationId "org.witness.sscphase1" |
| 9 | 9 |
minSdkVersion 16 |
| 10 | 10 |
targetSdkVersion 25 |
| 11 |
versionCode 40 |
|
| 12 |
versionName "4.0.0-alpha-2"
|
|
| 11 |
versionCode 4001
|
|
| 12 |
versionName "4.0.0-beta-1"
|
|
| 13 | 13 |
ndk {
|
| 14 | 14 |
moduleName "JpegRedaction" |
| 15 | 15 |
stl "stlport_static" |
| ... | ... | |
| 29 | 29 |
path 'src/main/jni/Android.mk' |
| 30 | 30 |
} |
| 31 | 31 |
} |
| 32 |
lintOptions {
|
|
| 33 |
disable 'MissingTranslation', 'LocaleFolder' |
|
| 34 |
abortOnError false |
|
| 35 |
checkReleaseBuilds false |
|
| 36 |
} |
|
| 37 |
|
|
| 38 |
|
|
| 32 | 39 |
} |
| 33 | 40 |
|
| 34 | 41 |
repositories {
|
Also available in: Unified diff