Skip to content

Commit 90c7881

Browse files
author
Shrikanth Ravi
authored
Merge pull request #22 from hanihashemi/master
Change minSdkVetsion to 15 and update libraries
2 parents 0ca773c + 1d27d24 commit 90c7881

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929

3030
dependencies {
3131
implementation fileTree(dir: 'libs', include: ['*.jar'])
32-
implementation 'androidx.appcompat:appcompat:1.0.0-rc01'
33-
implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
32+
implementation 'com.android.support:appcompat-v7:27.1.1'
33+
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
3434
testImplementation 'junit:junit:4.12'
3535
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
3636
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.1.0'
10+
classpath 'com.android.tools.build:gradle:3.1.4'
1111
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1212

1313

collapsiblecalendarview2/build.gradle

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

8-
9-
108
defaultConfig {
11-
minSdkVersion 21
9+
minSdkVersion 15
1210
targetSdkVersion 28
1311
versionCode 1
1412
versionName "1.0"
@@ -26,18 +24,21 @@ android {
2624
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2725
}
2826
}
27+
2928
compileOptions {
3029
sourceCompatibility = '1.8'
3130
targetCompatibility = '1.8'
3231
}
3332
buildToolsVersion = '28.0.2'
3433

34+
3535
}
3636

3737
dependencies {
3838
implementation fileTree(dir: 'libs', include: ['*.jar'])
3939

40-
implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
40+
implementation 'com.android.support:appcompat-v7:27.1.1'
41+
4142
testImplementation 'junit:junit:4.12'
4243
androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
4344
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'

0 commit comments

Comments
 (0)