This repository was archived by the owner on Feb 22, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 10 files changed +17
-9
lines changed 
flutter_plugin_android_lifecycle 
path_provider/path_provider_android 
shared_preferences/shared_preferences_android Expand file tree Collapse file tree 10 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1- ## NEXT  
1+ ## 2.0.5  
22
3- *  Updates example app Android  compileSdkVersion to 31.
3+ *  Updates compileSdkVersion to 31.
44
55## 2.0.4  
66
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ rootProject.allprojects {
2222apply plugin : ' com.android.library' 
2323
2424android  {
25-     compileSdkVersion 29 
25+     compileSdkVersion 31 
2626
2727    defaultConfig {
2828        minSdkVersion 16 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: flutter_plugin_android_lifecycle
22description : Flutter plugin for accessing an Android Lifecycle within other plugins. 
33repository : https://github.com/flutter/plugins/tree/master/packages/flutter_plugin_android_lifecycle 
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_plugin_android_lifecycle%22 
5- version : 2.0.4  
5+ version : 2.0.5  
66
77environment :
88  sdk : " >=2.12.0 <3.0.0" 
Original file line number Diff line number Diff line change 1+ ## 2.0.9  
2+ 
3+ *  Updates Android compileSdkVersion to 31.
4+ 
15## 2.0.8  
26
37*  Updates example app Android compileSdkVersion to 31.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ rootProject.allprojects {
2222apply plugin : ' com.android.library' 
2323
2424android  {
25-     compileSdkVersion 29 
25+     compileSdkVersion 31 
2626
2727    defaultConfig {
2828        minSdkVersion 16 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: path_provider_android
22description : Android implementation of the path_provider plugin. 
33repository : https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_android 
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22 
5- version : 2.0.8  
5+ version : 2.0.9  
66
77environment :
88  sdk : " >=2.14.0 <3.0.0" 
Original file line number Diff line number Diff line change 1+ ## 2.0.9  
2+ 
3+ *  Updates compileSdkVersion to 31.
4+ 
15## 2.0.8  
26
37*  Split from ` shared_preferences `  as a federated implementation.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
3030apply plugin : ' com.android.library' 
3131
3232android  {
33-     compileSdkVersion 29 
33+     compileSdkVersion 31 
3434
3535    defaultConfig {
3636        minSdkVersion 16 
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626apply from : " $flutterRoot  /packages/flutter_tools/gradle/flutter.gradle" 
2727
2828android  {
29-     compileSdkVersion 30 
29+     compileSdkVersion 31 
3030
3131    sourceSets {
3232        main. java. srcDirs + =  ' src/main/kotlin' 
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: shared_preferences_android
22description : Android implementation of the shared_preferences plugin 
33repository : https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_android 
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22 
5- version : 2.0.8  
5+ version : 2.0.9  
66
77environment :
88  sdk : " >=2.14.0 <3.0.0" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments