File tree 4 files changed +12
-21
lines changed
4 files changed +12
-21
lines changed Original file line number Diff line number Diff line change 1
- apply plugin : ' com.android.application'
1
+ apply plugin : " com.android.application"
2
2
3
3
android {
4
- compileSdkVersion 26
5
- buildToolsVersion " 26 .0.3"
4
+ compileSdkVersion 27
5
+ buildToolsVersion " 28 .0.3"
6
6
7
7
defaultConfig {
8
8
applicationId " cn.nekocode.camerafilter"
9
9
minSdkVersion 15
10
- targetSdkVersion 26
10
+ targetSdkVersion 27
11
11
versionCode 212
12
12
versionName " 2.4"
13
13
}
14
14
buildTypes {
15
15
release {
16
16
minifyEnabled false
17
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17
+ proguardFiles getDefaultProguardFile(" proguard-android.txt" ), " proguard-rules.pro"
18
18
}
19
19
}
20
20
}
21
21
22
22
dependencies {
23
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
24
- compile ' com.android.support:appcompat-v7:26 .1.0 '
23
+ implementation fileTree(dir : " libs" , include : [" *.jar" ])
24
+ implementation " com.android.support:appcompat-v7:27 .1.1 "
25
25
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
3
jcenter()
4
- maven {
5
- url ' https://maven.google.com/'
6
- name ' Google'
7
- }
4
+ google()
8
5
}
9
6
dependencies {
10
- classpath ' com.android.tools.build:gradle:3.0.1 '
7
+ classpath " com.android.tools.build:gradle:3.2.1 "
11
8
}
12
9
}
13
10
14
11
allprojects {
15
12
repositories {
16
13
jcenter()
17
- maven {
18
- url ' https://maven.google.com/'
19
- name ' Google'
20
- }
14
+ google()
21
15
}
22
16
}
23
17
Original file line number Diff line number Diff line change 12
12
# This option should only be used with decoupled projects. More details, visit
13
13
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
14
14
# org.gradle.parallel=true
15
- # Thu Aug 04 22:22:17 CST 2016
16
- systemProp.http.proxyHost =127.0.0.1
17
- systemProp.http.proxyPort =1080
Original file line number Diff line number Diff line change 1
- # Thu Nov 02 15:06:45 CST 2017
1
+ # Thu Jan 03 22:25:47 CST 2019
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-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments