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