Compare commits
	
		
			1 Commits
		
	
	
		
			7d7e54f155
			...
			eff8956f1c
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | eff8956f1c | 
| @@ -2,7 +2,7 @@ plugins { | ||||
|     id 'com.android.application' | ||||
|     id 'org.jetbrains.kotlin.android' | ||||
|     id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.24' | ||||
|     id 'com.mikepenz.aboutlibraries.plugin' version '11.2.1' | ||||
|     id 'com.mikepenz.aboutlibraries.plugin' version '11.2.0' | ||||
| } | ||||
|  | ||||
|  | ||||
| @@ -88,5 +88,5 @@ dependencies { | ||||
|  | ||||
|     implementation 'com.caverock:androidsvg-aar:1.4' | ||||
|     implementation 'com.github.chrisbanes:PhotoView:2.3.0' | ||||
|     implementation 'com.mikepenz:aboutlibraries:11.2.1' | ||||
|     implementation 'com.mikepenz:aboutlibraries:11.2.0' | ||||
| } | ||||
| @@ -2,5 +2,5 @@ | ||||
| plugins { | ||||
|     id 'com.android.application' version '8.4.1' apply false | ||||
|     id 'com.android.library' version '8.4.1' apply false | ||||
|     id 'org.jetbrains.kotlin.android' version '2.0.0' apply false | ||||
|     id 'org.jetbrains.kotlin.android' version '1.9.24' apply false | ||||
| } | ||||
							
								
								
									
										4
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								gradle/wrapper/gradle-wrapper.properties
									
									
									
									
										vendored
									
									
								
							| @@ -1,8 +1,8 @@ | ||||
| distributionBase=GRADLE_USER_HOME | ||||
| distributionPath=wrapper/dists | ||||
| distributionSha256Sum=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612 | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip | ||||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||||
| networkTimeout=10000 | ||||
| validateDistributionUrl=true | ||||
| zipStoreBase=GRADLE_USER_HOME | ||||
| zipStorePath=wrapper/dists | ||||
| distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d | ||||
|   | ||||
							
								
								
									
										2
									
								
								gradlew
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								gradlew
									
									
									
									
										vendored
									
									
								
							| @@ -55,7 +55,7 @@ | ||||
| #       Darwin, MinGW, and NonStop. | ||||
| # | ||||
| #   (3) This script is generated from the Groovy template | ||||
| #       https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt | ||||
| #       https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt | ||||
| #       within the Gradle project. | ||||
| # | ||||
| #       You can find Gradle at https://github.com/gradle/gradle/. | ||||
|   | ||||
| @@ -1376,9 +1376,9 @@ data-urls@^5.0.0: | ||||
|     whatwg-url "^14.0.0" | ||||
|  | ||||
| debug@4, debug@^4.3.4: | ||||
|   version "4.3.5" | ||||
|   resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" | ||||
|   integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== | ||||
|   version "4.3.4" | ||||
|   resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" | ||||
|   integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== | ||||
|   dependencies: | ||||
|     ms "2.1.2" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user