Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 184b937

Browse files
committed
0.4.0 Release Candidate 3
1 parent ebfa3e2 commit 184b937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.fox2code.mmm"
1111
minSdk 21
1212
targetSdk 32
13-
versionCode 33
14-
versionName "0.4.0-rc2"
13+
versionCode 34
14+
versionName "0.4.0-rc3"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
@@ -64,7 +64,7 @@ dependencies {
6464
// Utils
6565
implementation 'com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.3'
6666
implementation 'com.squareup.okhttp3:okhttp-brotli:4.9.3'
67-
implementation 'com.github.topjohnwu.libsu:io:4.0.2'
67+
implementation 'com.github.topjohnwu.libsu:io:4.0.3'
6868

6969
// Markdown
7070
implementation "io.noties.markwon:core:4.6.2"

0 commit comments

Comments
 (0)