Merge remote-tracking branch 'upstream/main'
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 4s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 4s
				
			This commit is contained in:
		| @@ -19,7 +19,7 @@ jobs: | |||||||
|       - name: Check out repository code |       - name: Check out repository code | ||||||
|         uses: actions/checkout@v4 |         uses: actions/checkout@v4 | ||||||
|       - name: Sync repos |       - name: Sync repos | ||||||
|         uses: Vova-SH/sync-upstream-repo@1.0.2 |         uses: Vova-SH/sync-upstream-repo@latest | ||||||
|         with: |         with: | ||||||
|           upstream_repo: ${{ env.CORE_REPO }} |           upstream_repo: ${{ env.CORE_REPO }} | ||||||
|           token: ${{ env.TOKEN }} |           token: ${{ env.TOKEN }} | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| plugins { | plugins { | ||||||
|     id("org.jetbrains.kotlin.android") |     kotlinAndroid | ||||||
|     androidApplication |     androidApplication | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -25,6 +25,10 @@ android { | |||||||
|         sourceCompatibility = Version.Kotlin.javaSource |         sourceCompatibility = Version.Kotlin.javaSource | ||||||
|         targetCompatibility = Version.Kotlin.javaSource |         targetCompatibility = Version.Kotlin.javaSource | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     kotlinOptions { | ||||||
|  |         jvmTarget = Version.Kotlin.jvmTarget | ||||||
|  |     } | ||||||
| } | } | ||||||
|  |  | ||||||
| dependencies { | dependencies { | ||||||
| @@ -33,4 +37,5 @@ dependencies { | |||||||
|     implementation("androidx.activity:activity:1.9.1") |     implementation("androidx.activity:activity:1.9.1") | ||||||
|     implementation("androidx.constraintlayout:constraintlayout:2.1.4") |     implementation("androidx.constraintlayout:constraintlayout:2.1.4") | ||||||
|     defaultLibrary() |     defaultLibrary() | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||||||
| plugins { | plugins { | ||||||
|     androidApplication version Version.gradle apply false |     androidApplication version Version.agp apply false | ||||||
|     kotlinJvm version Version.Kotlin.language apply false |     kotlinJvm version Version.Kotlin.language apply false | ||||||
|     id("org.jetbrains.kotlin.android") version "2.0.0" apply false |     id("org.jetbrains.kotlin.android") version "2.0.0" apply false | ||||||
| } | } | ||||||
							
								
								
									
										2
									
								
								buildSrc
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								buildSrc
									
									
									
									
									
								
							 Submodule buildSrc updated: e0cd40f8a1...d959060004
									
								
							
							
								
								
									
										2
									
								
								gradle
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								gradle
									
									
									
									
									
								
							 Submodule gradle updated: 206bac06d8...d115144332
									
								
							
		Reference in New Issue
	
	Block a user