File tree 4 files changed +17
-11
lines changed
4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 11
11
# generated files
12
12
bin /
13
13
gen /
14
+ release /
14
15
15
16
# Local configuration file (sdk path, etc)
16
17
local.properties
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion ' 25 .0.2 '
4
+ compileSdkVersion 27
5
+ buildToolsVersion ' 27 .0.3 '
6
6
7
7
defaultConfig {
8
8
applicationId " fr.inria.tyrex.senslogs"
9
- minSdkVersion 11
10
- targetSdkVersion 25
9
+ minSdkVersion 14
10
+ targetSdkVersion 27
11
11
versionCode 2
12
12
versionName " 2.0"
13
13
}
@@ -25,10 +25,10 @@ repositories {
25
25
26
26
dependencies {
27
27
compile fileTree(dir : ' libs' , include : [' *.jar' ])
28
- compile ' com.android.support:design:25.2.0 '
29
- compile ' com.android.support:appcompat-v7:25.2.0 '
30
- compile ' com.android.support:recyclerview-v7:25.2.0 '
28
+ compile ' com.android.support:design:27.0.2 '
29
+ compile ' com.android.support:appcompat-v7:27.0.2 '
30
+ compile ' com.android.support:recyclerview-v7:27.0.2 '
31
31
compile ' com.bignerdranch.android:recyclerview-multiselect:0.2'
32
- compile ' com.google.code.gson:gson:2.7 '
32
+ compile ' com.google.code.gson:gson:2.8.0 '
33
33
compile ' org.ini4j:ini4j:0.5.1'
34
34
}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ maven {
7
+ url ' https://maven.google.com/'
8
+ name ' Google'
9
+ }
6
10
}
7
11
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.3 .1'
12
+ classpath ' com.android.tools.build:gradle:3.0 .1'
9
13
10
14
// NOTE: Do not place your application dependencies here; they belong
11
15
// in the individual module build.gradle files
@@ -15,5 +19,6 @@ buildscript {
15
19
allprojects {
16
20
repositories {
17
21
jcenter()
22
+ google()
18
23
}
19
24
}
Original file line number Diff line number Diff line change 1
- # Tue Apr 11 10:43:32 CEST 2017
1
+ # Tue Jan 16 08:16:30 CET 2018
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-3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
You can’t perform that action at this time.
0 commit comments