Skip to content

Commit eba2020

Browse files
committed
Change minSdkVersion to 15, update support library
1 parent bd820f9 commit eba2020

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424

2525
dependencies {
2626
implementation fileTree(dir: 'libs', include: ['*.jar'])
27-
implementation 'com.android.support:appcompat-v7:27.0.2'
27+
implementation 'com.android.support:appcompat-v7:27.1.1'
2828
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
2929
testImplementation 'junit:junit:4.12'
3030
androidTestImplementation 'com.android.support.test:runner:1.0.1'

collapsiblecalendarview2/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ group = 'com.github.shrikanth7698'
55
android {
66
compileSdkVersion 27
77

8-
9-
108
defaultConfig {
11-
minSdkVersion 21
9+
minSdkVersion 15
1210
targetSdkVersion 27
1311
versionCode 1
1412
versionName "1.0"
@@ -26,13 +24,12 @@ android {
2624
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2725
}
2826
}
29-
3027
}
3128

3229
dependencies {
3330
implementation fileTree(dir: 'libs', include: ['*.jar'])
3431

35-
implementation 'com.android.support:appcompat-v7:27.0.2'
32+
implementation 'com.android.support:appcompat-v7:27.1.1'
3633
testImplementation 'junit:junit:4.12'
3734
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3835
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

0 commit comments

Comments
 (0)