Delete AppSweep plugin (#241)
This commit is contained in:
7
.github/workflows/sign.yml
vendored
7
.github/workflows/sign.yml
vendored
@@ -58,9 +58,4 @@ jobs:
|
||||
- name: SonarCloud
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
run: ./gradlew sonar
|
||||
|
||||
- name: AppSweep
|
||||
env:
|
||||
APPSWEEP_API_KEY: ${{ secrets.APPSWEEP_API_KEY }}
|
||||
run: ./gradlew uploadToAppSweepRelease
|
||||
run: ./gradlew sonar
|
||||
@@ -9,7 +9,6 @@ plugins {
|
||||
id("kotlin-kapt")
|
||||
id("dagger.hilt.android.plugin")
|
||||
alias(libs.plugins.ksp)
|
||||
alias(libs.plugins.appsweep)
|
||||
id("gq.kirmanak.mealient.compose.app")
|
||||
}
|
||||
|
||||
|
||||
@@ -11,8 +11,6 @@ protobuf = "3.25.3"
|
||||
protobufPlugin = "0.9.4"
|
||||
# https://plugins.gradle.org/plugin/org.sonarqube
|
||||
sonarqube = "5.0.0.4638"
|
||||
# https://plugins.gradle.org/plugin/com.guardsquare.appsweep
|
||||
appsweep = "1.5.6"
|
||||
# https://github.com/material-components/material-components-android/releases
|
||||
material = "1.11.0"
|
||||
# https://developer.android.com/kotlin/ktx#core
|
||||
@@ -190,7 +188,6 @@ coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coi
|
||||
|
||||
[plugins]
|
||||
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }
|
||||
appsweep = { id = "com.guardsquare.appsweep", version.ref = "appsweep" }
|
||||
ksp = { id = "com.google.devtools.ksp", version.ref = "kspPlugin" }
|
||||
protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
|
||||
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
|
||||
|
||||
Reference in New Issue
Block a user