Skip to content

Commit

Permalink
Merge pull request #1051 from haiwen/feat-remove-gms
Browse files Browse the repository at this point in the history
remove gms
  • Loading branch information
zhwanng authored Jan 8, 2025
2 parents e33a89c + bbb616c commit 9ecd1ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
compileSdk rootProject.ext.compileSdkVersion

versionCode 160
versionCode 161
versionName "3.0.7"
multiDexEnabled true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

import android.content.Context;
import android.net.Uri;
import android.os.Environment;

import androidx.core.content.FileProvider;

import com.blankj.utilcode.util.PathUtils;
import com.blankj.utilcode.util.TimeUtils;
import com.google.android.gms.common.util.DataUtils;
import com.seafile.seadroid2.BuildConfig;

import java.io.File;
Expand Down

0 comments on commit 9ecd1ea

Please sign in to comment.