File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ libraries.
4747``` groovy 
4848dependencies { 
4949    // Recommended 
50-     compile('com.philliphsu:bottomsheetpickers:2.4.0 ') { 
50+     compile('com.philliphsu:bottomsheetpickers:2.4.1 ') { 
5151        exclude group: 'com.android.support', module: 'appcompat-v7' 
5252        exclude group: 'com.android.support', module: 'design' 
5353        exclude group: 'com.android.support', module: 'gridlayout-v7' 
@@ -57,7 +57,7 @@ dependencies {
5757    compile 'com.android.support:gridlayout-v7:[LATEST_VERSION]' 
5858
5959    // Standard -- not recommended! 
60-     compile 'com.philliphsu:bottomsheetpickers:2.4.0 ' 
60+     compile 'com.philliphsu:bottomsheetpickers:2.4.1 ' 
6161} 
6262``` 
6363
Original file line number Diff line number Diff line change 3939    buildToolsVersion =  ' 25.0.3' 
4040
4141    //  BottomSheetPickers versioning
42-     versionName =  ' 2.4.0 ' 
43-     versionCode =  10 
42+     versionName =  ' 2.4.1 ' 
43+     versionCode =  11 
4444
4545    //  Library dependencies
4646    supportLibraryVersion =  ' 25.4.0' 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments