mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	First build attempt
This commit is contained in:
		@@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
android {
 | 
					android {
 | 
				
			||||||
    compileSdkVersion 28
 | 
					    compileSdkVersion 29
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    lintOptions {
 | 
					    lintOptions {
 | 
				
			||||||
        disable 'InvalidPackage'
 | 
					        disable 'InvalidPackage'
 | 
				
			||||||
@@ -86,5 +86,5 @@ flutter {
 | 
				
			|||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    testImplementation 'junit:junit:4.12'
 | 
					    testImplementation 'junit:junit:4.12'
 | 
				
			||||||
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
 | 
					    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
 | 
				
			||||||
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
 | 
					    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ buildscript {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    dependencies {
 | 
					    dependencies {
 | 
				
			||||||
        classpath 'com.android.tools.build:gradle:3.6.1'
 | 
					        classpath 'com.android.tools.build:gradle:3.5.0'
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user