Skip to content

Commit

Permalink
Merge pull request #3 from PranavPurwar/mess
Browse files Browse the repository at this point in the history
Prepare for version 0.0.1
  • Loading branch information
PranavPurwar authored Mar 27, 2022
2 parents a1eb3a5 + 283a434 commit 7180427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0.1"
versionName "0.0.1"
}

buildTypes {
Expand All @@ -36,8 +36,8 @@ dependencies {
implementation 'org.benf:cfr:0.152'
implementation 'org.smali:dexlib2:2.5.2'
implementation 'com.google.guava:guava:31.1-android'
implementation 'io.github.Rosemoe.sora-editor:editor:0.10.9'
implementation 'io.github.Rosemoe.sora-editor:language-java:0.10.9'
implementation 'io.github.Rosemoe.sora-editor:editor:0.10.10'
implementation 'io.github.Rosemoe.sora-editor:language-java:0.10.10'
implementation 'androidx.core:core-ktx:1.9.0-alpha01'
implementation 'androidx.appcompat:appcompat:1.6.0-alpha01'
implementation 'com.google.android.material:material:1.6.0-alpha03'
Expand Down

0 comments on commit 7180427

Please sign in to comment.