diff --git a/gto-support-snowplow/build.gradle.kts b/gto-support-snowplow/build.gradle.kts deleted file mode 100644 index c64b7edb4..000000000 --- a/gto-support-snowplow/build.gradle.kts +++ /dev/null @@ -1,12 +0,0 @@ -plugins { - id("gto-support.android-conventions") -} - -dependencies { - api(libs.snowplow) - - compileOnly(libs.timber) - - testImplementation(libs.kotlin.coroutines) - testImplementation(libs.timber) -} diff --git a/gto-support-snowplow/src/main/AndroidManifest.xml b/gto-support-snowplow/src/main/AndroidManifest.xml deleted file mode 100644 index 4245efc51..000000000 --- a/gto-support-snowplow/src/main/AndroidManifest.xml +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/gto-support-snowplow/src/test/resources/robolectric.properties b/gto-support-snowplow/src/test/resources/robolectric.properties deleted file mode 100644 index fab7251d0..000000000 --- a/gto-support-snowplow/src/test/resources/robolectric.properties +++ /dev/null @@ -1 +0,0 @@ -sdk=NEWEST_SDK diff --git a/settings.gradle.kts b/settings.gradle.kts index b9fc4c6cd..a735b7775 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -89,6 +89,3 @@ include("gto-support-viewpager") include("testing:gto-support-dagger") include("testing:gto-support-picasso") include("testing:gto-support-timber") - -// deprecated modules -include("gto-support-snowplow")