Compare commits

..

1 Commits

Author SHA1 Message Date
tom5079
44aea606b7 resigned apk 2021-07-09 18:22:53 +09:00
3 changed files with 2 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ android {
applicationId "xyz.quaver.pupil"
minSdkVersion 16
targetSdkVersion 30
versionCode 64
versionCode 66
versionName "5.1.10"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@@ -10,7 +10,7 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 64,
"versionCode": 66,
"versionName": "5.1.10",
"outputFile": "app-release.apk"
}

View File

@@ -23,7 +23,6 @@ allprojects {
repositories {
google()
mavenCentral()
mavenLocal()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://guardian.github.io/maven/repo-releases/" }