-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b8098b
commit 36e1ed3
Showing
5 changed files
with
40 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
buildscript { | ||
ext { | ||
compose = '1.6.7' | ||
compose = '1.7.0-alpha08' | ||
composeActivity = '1.9.0' | ||
|
||
ktxCore = '1.10.1' | ||
ktxLifeCycle = '2.6.1' | ||
ktxCore = '1.12.0' | ||
ktxLifeCycle = '2.6.2' | ||
|
||
material = '1.6.7' | ||
kotlinCompilerExtension = '1.5.4' | ||
} | ||
} | ||
plugins { | ||
id 'com.android.application' version '7.0.4' apply false | ||
id 'com.android.library' version '7.0.4' apply false | ||
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false | ||
id 'com.android.application' version '8.1.2' apply false | ||
id 'com.android.library' version '8.1.2' apply false | ||
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false | ||
id("com.google.gms.google-services") version "4.3.15" apply false | ||
id("org.jlleitschuh.gradle.ktlint") version "11.6.1" | ||
} | ||
|
||
allprojects { | ||
apply plugin: "org.jlleitschuh.gradle.ktlint" | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Mon Apr 03 21:34:42 TRT 2023 | ||
#Fri May 24 14:46:06 CEST 2024 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters