update gitignore
This commit is contained in:
		
							
								
								
									
										14
									
								
								android/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								android/.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
*.pyc
 | 
			
		||||
app/gradle/wrapper/*
 | 
			
		||||
app/gradlew
 | 
			
		||||
app/gradlew.bat
 | 
			
		||||
app/gradle.properties
 | 
			
		||||
app/build/*
 | 
			
		||||
app/app/build/*
 | 
			
		||||
app/app/release/*
 | 
			
		||||
app/.idea/*
 | 
			
		||||
app/.gradle/*
 | 
			
		||||
app/gradle/*
 | 
			
		||||
chrome/*.png
 | 
			
		||||
*.crx
 | 
			
		||||
sources.json
 | 
			
		||||
@@ -10,8 +10,8 @@ android {
 | 
			
		||||
        applicationId "it.purser.stream"
 | 
			
		||||
        minSdkVersion 25
 | 
			
		||||
        targetSdkVersion 29
 | 
			
		||||
        versionCode 100
 | 
			
		||||
        versionName "100.0"
 | 
			
		||||
        versionCode 101
 | 
			
		||||
        versionName "101.0"
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    buildTypes {
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@ buildscript {
 | 
			
		||||
        jcenter()
 | 
			
		||||
    }
 | 
			
		||||
    dependencies {
 | 
			
		||||
        classpath "com.android.tools.build:gradle:4.1.1"
 | 
			
		||||
        classpath 'com.android.tools.build:gradle:4.2.0'
 | 
			
		||||
 | 
			
		||||
        // NOTE: Do not place your application dependencies here; they belong
 | 
			
		||||
        // in the individual module build.gradle files
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user