-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Various: remove non-essential components and upgrade all dependencies
- Loading branch information
Showing
26 changed files
with
63 additions
and
279 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -23,6 +23,7 @@ allprojects { | |
repositories { | ||
google() | ||
mavenCentral() | ||
mavenLocal() | ||
} | ||
} | ||
|
||
|
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,17 +1,16 @@ | ||
object Apps { | ||
const val testApplicationId = "com.eidu.integration.test.app" | ||
const val compileSdk = 31 | ||
const val compileSdk = 34 | ||
const val minSdk = 21 | ||
const val targetSdk = 31 | ||
const val buildToolsVersion = "30.0.3" | ||
const val targetSdk = 34 | ||
const val buildToolsVersion = "34.0.0" | ||
} | ||
|
||
object Versions { | ||
const val androidGradle = "7.3.1" | ||
const val kotlin = "1.7.0" | ||
const val compose = "1.1.1" | ||
const val objectBox = "3.2.0" | ||
const val navigation = "2.5.0" | ||
const val ktlintGradle = "10.3.0" | ||
const val hilt = "2.42" | ||
const val androidGradle = "8.2.2" | ||
const val kotlin = "1.9.22" | ||
const val compose = "1.6.2" | ||
const val objectBox = "3.8.0" | ||
const val navigation = "2.7.7" | ||
const val hilt = "2.51" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
custom-ktlint-rules/src/main/kotlin/com/eidu/custom_ktlint_rules/CustomRuleSetProvider.kt
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...ktlint-rules/src/main/kotlin/com/eidu/custom_ktlint_rules/NoAndroidSyntheticImportRule.kt
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
...lint-rules/src/main/kotlin/com/eidu/custom_ktlint_rules/NoNotNullAssertionOperatorRule.kt
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
custom-ktlint-rules/src/main/kotlin/com/eidu/custom_ktlint_rules/NoUuidFromStringRule.kt
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...lint-rules/src/main/resources/META-INF/services/com.pinterest.ktlint.core.RuleSetProvider
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...nt-rules/src/test/kotlin/com/eidu/custom_ktlint_rules/NoAndroidSyntheticImportRuleTest.kt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...-rules/src/test/kotlin/com/eidu/custom_ktlint_rules/NoNotNullAssertionOperatorRuleTest.kt
This file was deleted.
Oops, something went wrong.
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 +1 @@ | ||
./gradlew ktlintCheck ktlintTestSourceSetCheck ktlintAndroidTestSourceSetCheck lintDebug | ||
./gradlew lintDebug test |
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 @@ | ||
#Thu Sep 02 15:33:24 CEST 2021 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |
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
Oops, something went wrong.