Skip to content

Commit 40ab7e4

Browse files
committed
Upgrade libs
1 parent ded8031 commit 40ab7e4

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ android {
77
defaultConfig {
88
applicationId "cn.nekocode.camerafilter"
99
minSdkVersion 15
10-
targetSdkVersion 24
11-
versionCode 211
12-
versionName "2.2"
10+
targetSdkVersion 26
11+
versionCode 212
12+
versionName "2.3"
1313
}
1414
buildTypes {
1515
release {
@@ -21,5 +21,5 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:appcompat-v7:24.2.1'
24+
compile 'com.android.support:appcompat-v7:26.1.0'
2525
}

build.gradle

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31
buildscript {
42
repositories {
53
jcenter()
4+
maven {
5+
url 'https://maven.google.com/'
6+
name 'Google'
7+
}
68
}
79
dependencies {
810
classpath 'com.android.tools.build:gradle:3.0.0'
9-
10-
// NOTE: Do not place your application dependencies here; they belong
11-
// in the individual module build.gradle files
1211
}
1312
}
1413

1514
allprojects {
1615
repositories {
1716
jcenter()
17+
maven {
18+
url 'https://maven.google.com/'
19+
name 'Google'
20+
}
1821
}
1922
}
2023

0 commit comments

Comments
 (0)