File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed 
packages/image_picker/image_picker_android Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.8.7+1  
2+ 
3+ *  Bumps org.jetbrains.kotlin: kotlin-bom  from 1.8.21 to 1.8.22.
4+ 
15## 0.8.7  
26
37*  Adds ` getMedia `  method.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ android {
4444        implementation ' androidx.activity:activity:1.7.1' 
4545        //  org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
4646        //  See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
47-         implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.21 "  ))
47+         implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.22 "  ))
4848
4949        testImplementation ' junit:junit:4.13.2' 
5050        testImplementation ' org.mockito:mockito-core:5.1.1' 
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Android implementation of the image_picker plugin.
33repository : https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android 
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22 
55
6- version : 0.8.7 
6+ version : 0.8.7+1  
77
88environment :
99  sdk : " >=2.18.0 <4.0.0" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments