mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	@@ -5,7 +5,7 @@ android:
 | 
			
		||||
    - tools
 | 
			
		||||
 | 
			
		||||
    # The BuildTools version used by your project
 | 
			
		||||
    - build-tools-23.0.1
 | 
			
		||||
    - build-tools-23.0.3
 | 
			
		||||
    - android-23
 | 
			
		||||
    - extra-android-m2repository
 | 
			
		||||
    - extra-google-m2repository
 | 
			
		||||
@@ -15,5 +15,5 @@ android:
 | 
			
		||||
before_script:
 | 
			
		||||
    - chmod +x gradlew
 | 
			
		||||
#Build, and run tests
 | 
			
		||||
script: "./gradlew build testDebug"
 | 
			
		||||
script: "./gradlew clean assembleDebug testDebugUnitTest"
 | 
			
		||||
sudo: false
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
[](https://github.com/inorichi/tachiyomi/releases)
 | 
			
		||||
[](https://f-droid.org/repository/browse/?fdid=eu.kanade.tachiyomi)
 | 
			
		||||
[](http://tachiyomi.kanade.eu/latest/app-debug.apk)
 | 
			
		||||
[](//github.com/inorichi/tachiyomi/wiki/FDroid-for-debug-versions)
 | 
			
		||||
| Build | Download | Auto Update |
 | 
			
		||||
|-------|----------|-------------|
 | 
			
		||||
| [](https://teamcity.kanade.eu/project.html?projectId=tachiyomi) [](https://travis-ci.org/inorichi/tachiyomi) | [](https://github.com/inorichi/tachiyomi/releases) [](http://tachiyomi.kanade.eu/latest/app-debug.apk) | [](https://f-droid.org/repository/browse/?fdid=eu.kanade.tachiyomi) [](//github.com/inorichi/tachiyomi/wiki/FDroid-for-debug-versions) |
 | 
			
		||||
 | 
			
		||||
## [Report an issue](https://github.com/inorichi/tachiyomi/blob/master/.github/CONTRIBUTING.md)
 | 
			
		||||
 | 
			
		||||
@@ -11,7 +10,7 @@ Tachiyomi is a free and open source manga reader for Android.
 | 
			
		||||
 | 
			
		||||
Keep in mind it's still a beta, so expect it to crash sometimes.
 | 
			
		||||
 | 
			
		||||
## Features
 | 
			
		||||
# Features
 | 
			
		||||
 | 
			
		||||
* Online and offline reading
 | 
			
		||||
* Configurable reader with multiple viewers and settings
 | 
			
		||||
 
 | 
			
		||||
@@ -15,4 +15,7 @@
 | 
			
		||||
# When configured, Gradle will run in incubating parallel mode.
 | 
			
		||||
# This option should only be used with decoupled projects. More details, visit
 | 
			
		||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
 | 
			
		||||
# org.gradle.parallel=true
 | 
			
		||||
# org.gradle.parallel=true
 | 
			
		||||
 | 
			
		||||
org.gradle.daemon=true
 | 
			
		||||
org.gradle.jvmargs=-XX:MaxPermSize=1024m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx2048m
 | 
			
		||||
@@ -13,7 +13,7 @@ dependencies {
 | 
			
		||||
 | 
			
		||||
android {
 | 
			
		||||
    compileSdkVersion 23
 | 
			
		||||
    buildToolsVersion "23.0.2"
 | 
			
		||||
    buildToolsVersion "23.0.3"
 | 
			
		||||
 | 
			
		||||
    sourceSets {
 | 
			
		||||
        main {
 | 
			
		||||
@@ -38,4 +38,4 @@ android {
 | 
			
		||||
        debug.setRoot('build-types/debug')
 | 
			
		||||
        release.setRoot('build-types/release')
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user