-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded AGP, Gradle, dependencies and deprecations (#175)
* Upgraded AGP to 8.1.1 Signed-off-by: Arnau Mora <[email protected]> * Upgraded Kotlin Signed-off-by: Arnau Mora <[email protected]> * Fixed deprecation Signed-off-by: Arnau Mora <[email protected]> * Replaced qualified name with import Signed-off-by: Arnau Mora <[email protected]> * Value matches default Signed-off-by: Arnau Mora <[email protected]> * Increased compile SDK to 34 Signed-off-by: Arnau Mora <[email protected]> * Updated gradle to 8.2.1 Signed-off-by: Arnau Mora <[email protected]> * Cleaned up module Signed-off-by: Arnau Mora <[email protected]> --------- Signed-off-by: Arnau Mora <[email protected]>
- Loading branch information
1 parent
df4bba1
commit 4604a27
Showing
5 changed files
with
14 additions
and
14 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ pluginManagement { | |
} | ||
} | ||
|
||
include ':app', ':ical4android' | ||
include ':app' |