Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Remove revenue cat dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Jun 21, 2024
1 parent ae143af commit 0cf29aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ dependencies {
implementation(libs.androidx.datastore)
implementation(libs.javalite)
implementation(libs.flowBinding)
implementation(libs.revenuecat)
implementation(libs.revenuecat.ui)

val composeBOM = platform(libs.androidx.compose.bom)
implementation(composeBOM)
Expand Down
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ espresso = "3.5.1"
desugarJDK = "2.0.4"
compose = "2024.05.00"
redacted = "1.9.0"
revenuecat = "7.11.0"

[libraries]
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
Expand Down Expand Up @@ -91,8 +90,6 @@ androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-j
truth = { module = "com.google.truth:truth", version.ref = "truth" }
mockito = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "mockito" }
espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
revenuecat = { module = "com.revenuecat.purchases:purchases", version.ref = "revenuecat" }
revenuecat-ui = { module = "com.revenuecat.purchases:purchases-ui", version.ref = "revenuecat" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 0cf29aa

Please sign in to comment.