Skip to content

Commit da0eed1

Browse files
committed
25
1 parent f05f595 commit da0eed1

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.idea/modules.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 26
5-
buildToolsVersion "26.0.2"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.2"
66
defaultConfig {
77
applicationId "leifu.shapeview"
88
minSdkVersion 19
9-
targetSdkVersion 26
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -24,7 +24,7 @@ dependencies {
2424
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2525
exclude group: 'com.android.support', module: 'support-annotations'
2626
})
27-
compile 'com.android.support:appcompat-v7:26.+'
27+
compile 'com.android.support:appcompat-v7:25.+'
2828
testCompile 'junit:junit:4.12'
2929
compile project(':shapelibrary')
3030

shapelibrary/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 26
5-
buildToolsVersion "26.0.2"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.2"
66

77
defaultConfig {
88
minSdkVersion 19
9-
targetSdkVersion 26
9+
targetSdkVersion 25
1010
versionCode 1
1111
versionName "1.0"
1212

@@ -26,7 +26,7 @@ dependencies {
2626
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2727
exclude group: 'com.android.support', module: 'support-annotations'
2828
})
29-
compile 'com.android.support:appcompat-v7:26.+'
29+
compile 'com.android.support:appcompat-v7:25.+'
3030
testCompile 'junit:junit:4.12'
3131
compile 'com.balysv:material-ripple:1.0.2'
3232
}

0 commit comments

Comments
 (0)