Skip to content

Commit 150c8e6

Browse files
Update build.gradle
1 parent fa24539 commit 150c8e6

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

app/build.gradle

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdkVersion 24
1313
targetSdkVersion 28
1414
versionCode 1
15-
versionName "1.0"
15+
versionName "1.0 final"
1616
}
1717

1818
buildTypes {
@@ -28,15 +28,14 @@ dependencies {
2828
implementation 'androidx.appcompat:appcompat:1.2.0'
2929
implementation 'com.google.android.material:material:1.4.0'
3030
implementation 'com.google.code.gson:gson:2.8.7'
31-
implementation 'io.github.Rosemoe.sora-editor:editor:0.23.4'
32-
implementation 'io.github.Rosemoe.sora-editor:language-textmate:0.23.4'
33-
implementation 'io.github.Rosemoe.sora-editor:language-java:0.23.4'
34-
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
35-
implementation 'io.github.skylot:jadx-core:1.4.7'
36-
implementation 'io.github.skylot:jadx-plugins-api:1.4.7'
37-
implementation "androidx.preference:preference:1.2.1"
38-
implementation 'io.noties.markwon:core:4.6.2'
39-
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
40-
compile 'com.github.angads25:filepicker:1.1.1'
41-
31+
implementation 'io.github.Rosemoe.sora-editor:editor:0.23.4'
32+
implementation 'io.github.Rosemoe.sora-editor:language-textmate:0.23.4'
33+
implementation 'io.github.Rosemoe.sora-editor:language-java:0.23.4'
34+
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
35+
implementation 'io.github.skylot:jadx-core:1.4.7'
36+
implementation 'io.github.skylot:jadx-plugins-api:1.4.7'
37+
implementation "androidx.preference:preference:1.2.1"
38+
implementation 'io.noties.markwon:core:4.6.2'
39+
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
40+
compile 'com.github.angads25:filepicker:1.1.1'
4241
}

0 commit comments

Comments
 (0)