Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
yasanglass committed Apr 2, 2022
2 parents 2f2e05f + 4588a2f commit 22296de
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Android CI
on:
push:
branches: [ main ]
branches: [ main, telemetry ]
pull_request:
branches: [ '*' ]
workflow_dispatch:
Expand Down
15 changes: 0 additions & 15 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
id 'com.google.firebase.crashlytics'
id 'me.moallemi.advanced-build-version'
id 'com.adarshr.test-logger' version '3.2.0'
id 'com.spotify.ruler'
}

android {
Expand Down Expand Up @@ -164,18 +163,4 @@ dependencies {
androidTestImplementation "com.google.dagger:hilt-android-testing:$hilt_version"
kaptAndroidTest "com.google.dagger:hilt-android-compiler:$hilt_version"

}

ruler {
abi.set("arm64-v8a")
locale.set("en")
screenDensity.set(480)
sdkVersion.set(27)
ownershipFile.set(project.layout.projectDirectory.file("ownership.yaml"))
defaultOwner.set("third-party")
}

tasks.named("check").configure {
dependsOn("analyzePlayDebugBundle")
dependsOn("analyzePlayReleaseBundle")
}
6 changes: 0 additions & 6 deletions app/ownership.yaml

This file was deleted.

1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ buildscript {
classpath 'com.google.firebase:perf-plugin:1.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
classpath 'me.moallemi.gradle:advanced-build-version:2.0.0'
classpath "com.spotify.ruler:ruler-gradle-plugin:1.2.0"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 22296de

Please sign in to comment.