Commit 9221108 1 parent c726b19 commit 9221108 Copy full SHA for 9221108
File tree 7 files changed +26
-22
lines changed
7 files changed +26
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- task wrapper (type : Wrapper ) {
2
- gradleVersion ' 2.3'
3
- }
4
1
5
2
buildscript {
6
3
repositories {
7
4
jcenter()
8
5
mavenCentral()
6
+ google()
9
7
maven {
10
8
url ' https://oss.sonatype.org/content/repositories/snapshots'
11
9
}
12
10
}
13
11
dependencies {
14
- classpath ' com.android.tools.build:gradle:2.1.3 '
12
+ classpath ' com.android.tools.build:gradle:3.4.2 '
15
13
// classpath "com.jakewharton.sdkmanager:gradle-plugin:0.12.0"
16
14
}
17
15
}
18
16
19
17
allprojects {
20
18
repositories {
21
19
mavenCentral()
20
+ google()
22
21
}
23
22
// Is Release Build?
24
- ext. isReleaseVersion = has(" release" )
23
+ /* ext.isReleaseVersion = has("release")
25
24
ext.versionCodeInt = getProperty('VERSION_CODE').toInteger()
26
25
version = VERSION_NAME
27
- project. group = GROUP
26
+ project.group = GROUP*/
28
27
29
28
}
30
29
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ android {
27
27
unitTests. returnDefaultValues = true
28
28
}
29
29
30
+ lintOptions {
31
+ abortOnError false
32
+ }
33
+
30
34
}
31
35
32
36
repositories {
@@ -36,13 +40,13 @@ repositories {
36
40
37
41
dependencies {
38
42
compile fileTree(dir : ' libs' , include : [' *.jar' ])
39
- compile " com.android.support:appcompat-v7:${ project.ANDROID_SUPPORT_VERSION } "
43
+ compile " com.android.support:appcompat-v7:28.0.0 "
40
44
41
45
// androidTestCompile 'com.android.support.test:runner:0.2'
42
46
// androidTestCompile 'com.android.support.test:rules:0.2'
43
47
44
48
testCompile ' junit:junit:4.12'
45
- testCompile " org.mockito:mockito-core:1.10.19 "
49
+ testCompile " org.mockito:mockito-core:3.0.0 "
46
50
testCompile ' org.easytesting:fest-assert-core:2.0M10'
47
51
testCompile ' org.robolectric:robolectric:3.0'
48
52
testCompile ' org.apache.maven:maven-ant-tasks:2.1.3'
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ android {
18
18
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
19
19
}
20
20
}
21
+
22
+ lintOptions {
23
+ abortOnError false
24
+ }
25
+
21
26
}
22
27
23
28
@@ -28,9 +33,9 @@ repositories {
28
33
dependencies {
29
34
compile fileTree(dir : ' libs' , include : [' *.jar' ])
30
35
compile project(' :decor' )
31
- compile " com.android.support:appcompat-v7:${ project.ANDROID_SUPPORT_VERSION } "
32
- compile " com.android.support:palette-v7:${ project.ANDROID_SUPPORT_VERSION } "
33
- compile " com.android.support:support-v4:${ project.ANDROID_SUPPORT_VERSION } @aar "
36
+ compile " com.android.support:appcompat-v7:28.0.0 "
37
+ compile " com.android.support:palette-v7:28.0.0 "
38
+ compile " com.android.support:support-v4:28.0.0 "
34
39
}
35
40
36
41
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ POM_DEVELOPER_ID=chemouna
34
34
POM_DEVELOPER_NAME =Mouna Cheikhna
35
35
POM_DEVELOPER_EMAIL =
[email protected]
36
36
37
- ANDROID_BUILD_MIN_SDK_VERSION =8
38
- ANDROID_BUILD_TARGET_SDK_VERSION =23
39
- ANDROID_BUILD_SDK_VERSION =23
40
- ANDROID_BUILD_TOOLS_VERSION =23 .0.2
41
- ANDROID_SUPPORT_VERSION =23.1.1
37
+ ANDROID_BUILD_MIN_SDK_VERSION =14
38
+ ANDROID_BUILD_TARGET_SDK_VERSION =28
39
+ ANDROID_BUILD_SDK_VERSION =28
40
+ ANDROID_BUILD_TOOLS_VERSION =29 .0.0
41
+ ANDROID_SUPPORT_VERSION =28.0.0
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ 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-5.5 .1-all.zip
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ dependencies {
29
29
/* compile 'com.mounacheikhna:decor:0.2.4'
30
30
compile 'com.mounacheikhna:decorators:0.2.4'*/
31
31
32
- compile " com.android.support:support-v4:${ project.ANDROID_SUPPORT_VERSION } "
32
+ compile " com.android.support:support-v4:+ "
33
33
}
You can’t perform that action at this time.
0 commit comments