File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ dependencies {
12
12
compile ' ch.acra:acra:4.7.0'
13
13
compile ' org.mediawiki:api:1.3'
14
14
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'
18
18
19
19
testCompile ' junit:junit:4.12'
20
20
@@ -23,19 +23,15 @@ dependencies {
23
23
}
24
24
25
25
android {
26
- compileSdkVersion 23
26
+ compileSdkVersion 25
27
27
buildToolsVersion ' 25'
28
28
29
29
useLibrary ' org.apache.http.legacy'
30
30
31
31
defaultConfig {
32
32
applicationId " fr.free.nrw.commons"
33
33
minSdkVersion 15
34
- targetSdkVersion 23
35
-
36
- ndk {
37
- moduleName " libtranscode"
38
- }
34
+ targetSdkVersion 25
39
35
}
40
36
41
37
buildTypes {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2.3 '
8
+ classpath ' com.android.tools.build:gradle:2.3.0 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
- # Wed Aug 17 16:02:52 NZST 2016
1
+ # Wed Mar 08 18:04:14 GMT 2017
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments