mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-29 21:37:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			104 lines
		
	
	
		
			5.0 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			104 lines
		
	
	
		
			5.0 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [versions]
 | |
| aboutlib_version = "10.6.2"
 | |
| okhttp_version = "5.0.0-alpha.11"
 | |
| coil_version = "2.3.0"
 | |
| shizuku_version = "12.2.0"
 | |
| sqlite = "2.3.1"
 | |
| sqldelight = "1.5.5"
 | |
| leakcanary = "2.10"
 | |
| voyager = "1.0.0-rc07"
 | |
| richtext = "0.16.0"
 | |
| 
 | |
| [libraries]
 | |
| desugar = "com.android.tools:desugar_jdk_libs:2.0.3"
 | |
| android-shortcut-gradle = "com.github.zellius:android-shortcut-gradle-plugin:0.1.2"
 | |
| google-services-gradle = "com.google.gms:google-services:4.3.15"
 | |
| 
 | |
| rxandroid = "io.reactivex:rxandroid:1.2.1"
 | |
| rxjava = "io.reactivex:rxjava:1.3.8"
 | |
| rxrelay = "com.jakewharton.rxrelay:rxrelay:1.2.0"
 | |
| flowreactivenetwork = "ru.beryukhov:flowreactivenetwork:1.0.4"
 | |
| 
 | |
| okhttp-core = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp_version" }
 | |
| okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp_version" }
 | |
| okhttp-dnsoverhttps = { module = "com.squareup.okhttp3:okhttp-dnsoverhttps", version.ref = "okhttp_version" }
 | |
| okio = "com.squareup.okio:okio:3.3.0"
 | |
| 
 | |
| conscrypt-android = "org.conscrypt:conscrypt-android:2.5.2"
 | |
| 
 | |
| quickjs-android = "app.cash.quickjs:quickjs-android:0.9.2"
 | |
| 
 | |
| jsoup = "org.jsoup:jsoup:1.15.4"
 | |
| 
 | |
| disklrucache = "com.jakewharton:disklrucache:2.0.2"
 | |
| unifile = "com.github.tachiyomiorg:unifile:17bec43"
 | |
| junrar = "com.github.junrar:junrar:7.5.4"
 | |
| 
 | |
| sqlite-framework = { module = "androidx.sqlite:sqlite-framework", version.ref = "sqlite" }
 | |
| sqlite-ktx = { module = "androidx.sqlite:sqlite-ktx", version.ref = "sqlite" }
 | |
| sqlite-android = "com.github.requery:sqlite-android:3.41.1"
 | |
| 
 | |
| preferencektx = "androidx.preference:preference-ktx:1.2.0"
 | |
| 
 | |
| injekt-core = "com.github.inorichi.injekt:injekt-core:65b0440"
 | |
| 
 | |
| coil-core = { module = "io.coil-kt:coil", version.ref = "coil_version" }
 | |
| coil-gif = { module = "io.coil-kt:coil-gif", version.ref = "coil_version" }
 | |
| coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil_version" }
 | |
| 
 | |
| subsamplingscaleimageview = "com.github.tachiyomiorg:subsampling-scale-image-view:c8e2650"
 | |
| image-decoder = "com.github.tachiyomiorg:image-decoder:7879b45"
 | |
| 
 | |
| natural-comparator = "com.github.gpanther:java-nat-sort:natural-comparator-1.1"
 | |
| 
 | |
| richtext-commonmark = { module = "com.halilibo.compose-richtext:richtext-commonmark", version.ref = "richtext" }
 | |
| richtext-m3 = { module = "com.halilibo.compose-richtext:richtext-ui-material3", version.ref = "richtext" }
 | |
| 
 | |
| material = "com.google.android.material:material:1.8.0"
 | |
| flexible-adapter-core = "com.github.arkon.FlexibleAdapter:flexible-adapter:c8013533"
 | |
| flexible-adapter-ui = "com.github.arkon.FlexibleAdapter:flexible-adapter-ui:c8013533"
 | |
| photoview = "com.github.chrisbanes:PhotoView:2.3.0"
 | |
| directionalviewpager = "com.github.tachiyomiorg:DirectionalViewPager:1.0.0"
 | |
| insetter = "dev.chrisbanes.insetter:insetter:0.6.1"
 | |
| compose-cascade = "me.saket.cascade:cascade-compose:2.0.0-rc02"
 | |
| compose-materialmotion = "io.github.fornewid:material-motion-compose-core:0.11.2"
 | |
| compose-simpleicons = "br.com.devsrsouza.compose.icons.android:simple-icons:1.0.0"
 | |
| 
 | |
| logcat = "com.squareup.logcat:logcat:0.1"
 | |
| 
 | |
| acra-http = "ch.acra:acra-http:5.9.7"
 | |
| firebase-analytics = "com.google.firebase:firebase-analytics-ktx:21.2.2"
 | |
| 
 | |
| aboutLibraries-gradle = { module = "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin", version.ref = "aboutlib_version" }
 | |
| aboutLibraries-compose = { module = "com.mikepenz:aboutlibraries-compose", version.ref = "aboutlib_version" }
 | |
| 
 | |
| shizuku-api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku_version" }
 | |
| shizuku-provider = { module = "dev.rikka.shizuku:provider", version.ref = "shizuku_version" }
 | |
| 
 | |
| leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
 | |
| leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android", version.ref = "leakcanary" }
 | |
| 
 | |
| sqldelight-android-driver = { module = "com.squareup.sqldelight:android-driver", version.ref = "sqldelight" }
 | |
| sqldelight-coroutines = { module = "com.squareup.sqldelight:coroutines-extensions-jvm", version.ref = "sqldelight" }
 | |
| sqldelight-android-paging = { module = "com.squareup.sqldelight:android-paging3-extensions", version.ref = "sqldelight" }
 | |
| sqldelight-gradle = { module = "com.squareup.sqldelight:gradle-plugin", version.ref = "sqldelight" }
 | |
| 
 | |
| junit = "org.junit.jupiter:junit-jupiter:5.9.2"
 | |
| kotest-assertions = "io.kotest:kotest-assertions-core:5.6.1"
 | |
| 
 | |
| voyager-navigator = { module = "ca.gosyer:voyager-navigator", version.ref = "voyager" }
 | |
| voyager-tab-navigator = { module = "ca.gosyer:voyager-tab-navigator", version.ref = "voyager" }
 | |
| voyager-transitions = { module = "ca.gosyer:voyager-transitions", version.ref = "voyager" }
 | |
| 
 | |
| kotlinter = "org.jmailen.gradle:kotlinter-gradle:3.13.0"
 | |
| 
 | |
| [bundles]
 | |
| reactivex = ["rxandroid", "rxjava", "rxrelay"]
 | |
| okhttp = ["okhttp-core", "okhttp-logging", "okhttp-dnsoverhttps"]
 | |
| js-engine = ["quickjs-android"]
 | |
| sqlite = ["sqlite-framework", "sqlite-ktx", "sqlite-android"]
 | |
| coil = ["coil-core", "coil-gif", "coil-compose"]
 | |
| shizuku = ["shizuku-api", "shizuku-provider"]
 | |
| voyager = ["voyager-navigator", "voyager-tab-navigator", "voyager-transitions"]
 | |
| richtext = ["richtext-commonmark", "richtext-m3"]
 | |
| test = ["junit", "kotest-assertions"] |