mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-11-03 23:05:44 +00:00 
			
		
		
		
	Fix android requirements
This commit is contained in:
		@@ -8,7 +8,7 @@ buildscript {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dependencies {
 | 
					    dependencies {
 | 
				
			||||||
        classpath 'com.android.tools.build:gradle:4.1.0'
 | 
					        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
				
			||||||
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
 | 
					        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 | 
				
			|||||||
distributionPath=wrapper/dists
 | 
					distributionPath=wrapper/dists
 | 
				
			||||||
zipStoreBase=GRADLE_USER_HOME
 | 
					zipStoreBase=GRADLE_USER_HOME
 | 
				
			||||||
zipStorePath=wrapper/dists
 | 
					zipStorePath=wrapper/dists
 | 
				
			||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip
 | 
					distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
 | 
				
			||||||
@@ -28,7 +28,7 @@ packages:
 | 
				
			|||||||
      name: audioplayers
 | 
					      name: audioplayers
 | 
				
			||||||
      url: "https://pub.dartlang.org"
 | 
					      url: "https://pub.dartlang.org"
 | 
				
			||||||
    source: hosted
 | 
					    source: hosted
 | 
				
			||||||
    version: "0.19.0"
 | 
					    version: "0.20.1"
 | 
				
			||||||
  back_button_interceptor:
 | 
					  back_button_interceptor:
 | 
				
			||||||
    dependency: transitive
 | 
					    dependency: transitive
 | 
				
			||||||
    description:
 | 
					    description:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -39,7 +39,7 @@ dependencies:
 | 
				
			|||||||
  sembast: ^3.1.0+2                       # NoSQL data storage
 | 
					  sembast: ^3.1.0+2                       # NoSQL data storage
 | 
				
			||||||
  one_context: ^1.1.0                     # Dialogs without requiring context
 | 
					  one_context: ^1.1.0                     # Dialogs without requiring context
 | 
				
			||||||
  infinite_scroll_pagination: ^3.1.0      # Let the server do all the work!
 | 
					  infinite_scroll_pagination: ^3.1.0      # Let the server do all the work!
 | 
				
			||||||
  audioplayers: ^0.19.0                   # Play audio files
 | 
					  audioplayers: ^0.20.1                   # Play audio files
 | 
				
			||||||
  dropdown_search: 0.6.3                  # Dropdown autocomplete form fields
 | 
					  dropdown_search: 0.6.3                  # Dropdown autocomplete form fields
 | 
				
			||||||
  path:
 | 
					  path:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user