Skip to content

Commit

Permalink
Remove unused library from Gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Jun 10, 2021
1 parent f227676 commit 61323fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ android {
testBuildType "mockdata"

defaultConfig {
versionCode 313
versionCode 314
versionName "4.27"
minSdkVersion 22
targetSdkVersion 30
Expand Down Expand Up @@ -348,7 +348,6 @@ tasks.whenTaskAdded { task ->
}

dependencies {
implementation "com.android.billingclient:billing:4.0.0"
implementation 'androidx.work:work-runtime:2.5.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
Expand Down
1 change: 0 additions & 1 deletion irccloud-android.iml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
<orderEntry type="library" name="Gradle: androidx.documentfile:documentfile:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.localbroadcastmanager:localbroadcastmanager:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.print:print:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.billingclient:billing:4.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.annotation:annotation-experimental:1.1.0@aar" level="project" />
<orderEntry type="library" name="Gradle: com.google.firebase:protolite-well-known-types:18.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: com.commonsware.cwac:richedit:0.5.2@aar" level="project" />
Expand Down

0 comments on commit 61323fe

Please # to comment.