forked from jens/Automation
		
	libs
This commit is contained in:
		| @@ -28,10 +28,6 @@ android { | ||||
|         targetCompatibility JavaVersion.VERSION_1_8 | ||||
|     } | ||||
|  | ||||
|     lintOptions { | ||||
|         checkReleaseBuilds false | ||||
|         abortOnError false | ||||
|     } | ||||
|  | ||||
|     flavorDimensions "version" | ||||
|  | ||||
| @@ -57,6 +53,10 @@ android { | ||||
|             targetSdkVersion 28 | ||||
|         } | ||||
|     } | ||||
|     lint { | ||||
|         abortOnError false | ||||
|         checkReleaseBuilds false | ||||
|     } | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|   | ||||
| @@ -5,7 +5,7 @@ buildscript { | ||||
|         jcenter() | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath 'com.android.tools.build:gradle:7.1.0' | ||||
|         classpath 'com.android.tools.build:gradle:7.1.1' | ||||
|  | ||||
|         // NOTE: Do not place your application dependencies here; they belong | ||||
|         // in the individual module build.gradle files | ||||
|   | ||||
		Reference in New Issue
	
	Block a user