Skip to content

Commit 3e54852

Browse files
domdomeggveyndan
authored andcommitted
Update gradle and dependencies
Updated gradle build tools to 2.3.0, updated android support libs to v25, updated targetSdkVersion to 25. Removed unused ndk libs, code that required it was removed several months ago.
1 parent b157d4b commit 3e54852

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

app/build.gradle

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies {
1212
compile 'ch.acra:acra:4.7.0'
1313
compile 'org.mediawiki:api:1.3'
1414
compile 'commons-codec:commons-codec:1.10'
15-
compile 'com.android.support:support-v4:25.0.0'
16-
compile 'com.android.support:appcompat-v7:25.0.0'
17-
compile 'com.android.support:design:25.0.0'
15+
compile 'com.android.support:support-v4:25.2.0'
16+
compile 'com.android.support:appcompat-v7:25.2.0'
17+
compile 'com.android.support:design:25.2.0'
1818

1919
testCompile 'junit:junit:4.12'
2020

@@ -23,19 +23,15 @@ dependencies {
2323
}
2424

2525
android {
26-
compileSdkVersion 23
26+
compileSdkVersion 25
2727
buildToolsVersion '25'
2828

2929
useLibrary 'org.apache.http.legacy'
3030

3131
defaultConfig {
3232
applicationId "fr.free.nrw.commons"
3333
minSdkVersion 15
34-
targetSdkVersion 23
35-
36-
ndk {
37-
moduleName "libtranscode"
38-
}
34+
targetSdkVersion 25
3935
}
4036

4137
buildTypes {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.2.3'
8+
classpath 'com.android.tools.build:gradle:2.3.0'
99
}
1010
}
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Aug 17 16:02:52 NZST 2016
1+
#Wed Mar 08 18:04:14 GMT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 commit comments

Comments
 (0)