Skip to content

Commit a954ac8

Browse files
committed
Upgrade stuff
1 parent 0b5b346 commit a954ac8

File tree

4 files changed

+12
-21
lines changed

4 files changed

+12
-21
lines changed

app/build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
apply plugin: 'com.android.application'
1+
apply plugin: "com.android.application"
22

33
android {
4-
compileSdkVersion 26
5-
buildToolsVersion "26.0.3"
4+
compileSdkVersion 27
5+
buildToolsVersion "28.0.3"
66

77
defaultConfig {
88
applicationId "cn.nekocode.camerafilter"
99
minSdkVersion 15
10-
targetSdkVersion 26
10+
targetSdkVersion 27
1111
versionCode 212
1212
versionName "2.4"
1313
}
1414
buildTypes {
1515
release {
1616
minifyEnabled false
17-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17+
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
1818
}
1919
}
2020
}
2121

2222
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"
2525
}

build.gradle

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
buildscript {
22
repositories {
33
jcenter()
4-
maven {
5-
url 'https://maven.google.com/'
6-
name 'Google'
7-
}
4+
google()
85
}
96
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.0.1'
7+
classpath "com.android.tools.build:gradle:3.2.1"
118
}
129
}
1310

1411
allprojects {
1512
repositories {
1613
jcenter()
17-
maven {
18-
url 'https://maven.google.com/'
19-
name 'Google'
20-
}
14+
google()
2115
}
2216
}
2317

gradle.properties

-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@
1212
# This option should only be used with decoupled projects. More details, visit
1313
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1414
# 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
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Nov 02 15:06:45 CST 2017
1+
#Thu Jan 03 22:25:47 CST 2019
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-4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)