Skip to content

Commit

Permalink
Add zip4j library
Browse files Browse the repository at this point in the history
Update Android Gradle plugin
  • Loading branch information
kairusds authored Nov 4, 2021
1 parent ad887dc commit ccfe04d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.1'
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down Expand Up @@ -160,6 +160,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.8'
//implementation 'com.github.tbruyelle:rxpermissions:0.12'
implementation 'pub.devrel:easypermissions:3.0.0'
implementation 'net.lingala.zip4j:zip4j:2.9.0'

implementation 'com.github.EdrowsLuo:osudroidstrings:bd9507b289'
implementation 'com.github.EdrowsLuo.EdlGameFramework:EdlJavaExt:d91c53fcff'
Expand Down

0 comments on commit ccfe04d

Please sign in to comment.