修复替换规则删除bug

pull/4/head
fengyue 5 years ago
parent 6c921d00ae
commit 36742b3016
  1. BIN
      .idea/caches/build_file_checksums.ser
  2. 4
      app/build.gradle

@ -51,12 +51,12 @@ def getVersionName(){
def versionN = getVersionName()
android {
compileSdkVersion 30
compileSdkVersion 29
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "xyz.fycz.myreader"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 29
versionCode version
versionName versionN
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

Loading…
Cancel
Save