first release

This commit is contained in:
jmir1 2021-04-26 02:24:56 +02:00
parent aeaa51cd70
commit 765c215cce
4 changed files with 19 additions and 53 deletions

View file

@ -25,12 +25,12 @@ android {
ndkVersion = AndroidConfig.ndk
defaultConfig {
applicationId = "eu.kanade.tachiyomi"
applicationId = "xyz.jmir.tachiyomi.mi"
minSdkVersion(AndroidConfig.minSdk)
targetSdkVersion(AndroidConfig.targetSdk)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
versionCode = 58
versionName = "0.10.11"
versionCode = 59
versionName = "0.10.11-mi"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
buildConfigField("String", "COMMIT_SHA", "\"${getGitSha()}\"")
@ -38,7 +38,7 @@ android {
buildConfigField("boolean", "INCLUDE_UPDATER", "false")
// Please disable ACRA or use your own instance in forked versions of the project
buildConfigField("String", "ACRA_URI", "\"https://tachiyomi.kanade.eu/crash_report\"")
buildConfigField("String", "ACRA_URI", "\"https://acra.jmir.xyz/crash_report\"")
multiDexEnabled = true

View file

@ -17,7 +17,7 @@ class GithubUpdateChecker {
if (BuildConfig.DEBUG) {
"tachiyomiorg/tachiyomi-preview"
} else {
"tachiyomiorg/tachiyomi"
"jmir1/tachiyomi"
}
}

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Tachiyomi</string>
<string name="app_name" translatable="false">Tachiyomi-MI</string>
<!--Models-->
<string name="name">Name</string>

View file

@ -1,70 +1,36 @@
{
"project_info": {
"project_number": "777921915939",
"firebase_url": "https://tachiyomi-47364.firebaseio.com",
"project_id": "tachiyomi-47364",
"storage_bucket": "tachiyomi-47364.appspot.com"
"project_number": "104333558550",
"project_id": "tachiyomi-mi",
"storage_bucket": "tachiyomi-mi.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:777921915939:android:36544cd2d96c50c7",
"mobilesdk_app_id": "1:104333558550:android:ede619ff64f3756df44637",
"android_client_info": {
"package_name": "eu.kanade.tachiyomi"
"package_name": "xyz.jmir.tachiyomi.mi"
}
},
"oauth_client": [
{
"client_id": "777921915939-9q25jvgbdtpk91daqlk7sa1cbdcg77o6.apps.googleusercontent.com",
"client_id": "104333558550-i84mmrnnpugdncosvikbf48fg4c42cfp.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAHr8RxyeiSPC_MxJTnivz-hmdo5oX0QQQ"
"current_key": "AIzaSyDsPJvOdaM-s9zS9BRmOgNSU0MBhxFicWw"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:777921915939:android:564fdc1d62efd1de",
"android_client_info": {
"package_name": "eu.kanade.tachiyomi.debug"
}
},
"oauth_client": [
{
"client_id": "777921915939-9q25jvgbdtpk91daqlk7sa1cbdcg77o6.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAHr8RxyeiSPC_MxJTnivz-hmdo5oX0QQQ"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
"other_platform_oauth_client": [
{
"client_id": "104333558550-i84mmrnnpugdncosvikbf48fg4c42cfp.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}