Skip to content

Commit

Permalink
changed minSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-sachdeva committed Mar 20, 2019
1 parent 65ee9af commit 03d34a9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 118 deletions.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.nikhil-sachdeva:SliderViewLibrary:0.01'
}
115 changes: 0 additions & 115 deletions app/src/main/java/com/example/nikhil/sliderview/SliderAdapter.java

This file was deleted.

1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}

Expand Down
2 changes: 1 addition & 1 deletion sliderviewlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {


defaultConfig {
minSdkVersion 27
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 03d34a9

Please sign in to comment.