@@ -9,8 +9,6 @@ android {
99 targetSdkVersion rootProject. ext. targetSdkVersion
1010 versionCode rootProject. ext. versionCode
1111 versionName rootProject. ext. versionName
12- testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
13-
1412 }
1513 buildTypes {
1614 release {
@@ -35,24 +33,8 @@ configurations.all {
3533dependencies {
3634 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3735
38- implementation ' androidx.annotation:annotation:1.1.0'
39- implementation ' androidx.appcompat:appcompat:1.2.0'
40- implementation ' androidx.browser:browser:1.2.0'
41- implementation ' androidx.cardview:cardview:1.0.0'
42- implementation ' androidx.constraintlayout:constraintlayout:2.0.1'
43- implementation ' androidx.coordinatorlayout:coordinatorlayout:1.1.0'
44- implementation ' androidx.core:core:1.3.1'
45- implementation ' androidx.exifinterface:exifinterface:1.3.0'
46- implementation ' androidx.annotation:annotation-experimental:1.0.0'
47- implementation ' androidx.fragment:fragment:1.2.5'
48- implementation ' androidx.lifecycle:lifecycle-runtime:2.2.0'
49- implementation ' androidx.recyclerview:recyclerview:1.1.0'
50- implementation ' androidx.recyclerview:recyclerview-selection:1.0.0'
51- implementation ' androidx.transition:transition:1.4.0-beta01'
52- implementation ' androidx.vectordrawable:vectordrawable:1.1.0'
53- implementation ' androidx.viewpager2:viewpager2:1.0.0'
54-
55- implementation ' ru.noties:jlatexmath-android:0.2.0'
36+ implementation ' com.zeoflow:zson:1.2.1'
37+ implementation ' com.zeoflow:material-elements:2.1.0'
5638
5739 implementation ' io.coil-kt:coil:0.12.0'
5840 implementation ' io.coil-kt:coil-base:0.12.0'
@@ -65,25 +47,17 @@ dependencies {
6547 implementation ' com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.13.0'
6648 implementation ' com.atlassian.commonmark:commonmark-ext-gfm-tables:0.13.0'
6749
68- implementation ' junit:junit:4.13'
69-
70- implementation ' com.github.akarnokd:ixjava:1.0.0'
7150
7251 implementation ' pl.droidsonroids.gif:android-gif-drawable:1.2.20'
52+ implementation ' ru.noties:jlatexmath-android:0.2.0'
53+ implementation ' junit:junit:4.13'
54+ implementation ' com.github.akarnokd:ixjava:1.0.0'
7355 implementation ' com.caverock:androidsvg:1.4'
74-
75- implementation ' com.squareup.okhttp3:okhttp:4.7.2'
76-
56+ implementation ' com.squareup.okhttp3:okhttp:4.9.0'
7757 implementation ' com.github.akarnokd:ixjava:1.0.0'
78-
79- implementation ' com.zeoflow:zson:1.0.0'
80-
8158 implementation ' commons-io:commons-io:2.6'
82-
8359 implementation ' org.jetbrains:annotations-java5:17.0.0'
84-
8560 implementation ' com.google.googlejavaformat:google-java-format:1.6'
86-
8761 implementation ' com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
8862
8963}
0 commit comments