mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Merge pull request #6974 from litetex/update-android-build-tools-gradle
Update Android Gradle Plugin to version 7.0.2
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -33,10 +33,10 @@ jobs: | ||||
|         if: github.event_name == 'pull_request' | ||||
|         run: git checkout -B ${{ github.head_ref }} | ||||
|  | ||||
|       - name: set up JDK 8 | ||||
|       - name: set up JDK 11 | ||||
|         uses: actions/setup-java@v2 | ||||
|         with: | ||||
|           java-version: 8 | ||||
|           java-version: 11 | ||||
|           distribution: "temurin" | ||||
|           cache: 'gradle' | ||||
|            | ||||
| @@ -59,10 +59,10 @@ jobs: | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|  | ||||
|       - name: set up JDK 8 | ||||
|       - name: set up JDK 11 | ||||
|         uses: actions/setup-java@v2 | ||||
|         with: | ||||
|           java-version: 8 | ||||
|           java-version: 11 | ||||
|           distribution: "temurin" | ||||
|           cache: 'gradle' | ||||
|  | ||||
|   | ||||
| @@ -8,7 +8,7 @@ buildscript { | ||||
|         jcenter() | ||||
|     } | ||||
|     dependencies { | ||||
|         classpath 'com.android.tools.build:gradle:4.2.2' | ||||
|         classpath 'com.android.tools.build:gradle:7.0.2' | ||||
|         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | ||||
|  | ||||
|         // NOTE: Do not place your application dependencies here; they belong | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tobi
					Tobi