mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 10:39:17 +01:00
Release v0.12.0
This commit is contained in:
parent
ab46bd56b0
commit
f48b2681e3
@ -29,8 +29,8 @@ android {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
targetSdk = AndroidConfig.targetSdk
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
versionCode = 65
|
||||
versionName = "0.11.1"
|
||||
versionCode = 66
|
||||
versionName = "0.12.0"
|
||||
|
||||
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
|
||||
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
|
||||
@ -47,7 +47,7 @@ android {
|
||||
|
||||
splits {
|
||||
abi {
|
||||
isEnable = true
|
||||
isEnable = false
|
||||
reset()
|
||||
include(*SUPPORTED_ABIS.toTypedArray())
|
||||
isUniversalApk = true
|
||||
|
Loading…
Reference in New Issue
Block a user