File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff 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
2222dependencies {
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}
Original file line number Diff line number Diff line change 1- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31buildscript {
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
1514allprojects {
1615 repositories {
1716 jcenter()
17+ maven {
18+ url ' https://maven.google.com/'
19+ name ' Google'
20+ }
1821 }
1922}
2023
You can’t perform that action at this time.
0 commit comments