Skip to content

Commit

Permalink
Unlock dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM committed Feb 22, 2019
1 parent e4ef5e8 commit 87068b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ dependencies {
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android:flexbox:0.2.7'
implementation 'com.github.mcmrarm:chatlib:0.3.1'
implementation 'com.github.mcmrarm:chatlib-android-core:0.1.0'
implementation 'com.github.mcmrarm:chatlib-android-storage:0.3.1'
implementation 'com.github.mcmrarm:chatlib:master-SNAPSHOT'
implementation 'com.github.mcmrarm:chatlib-android-core:master-SNAPSHOT'
implementation 'com.github.mcmrarm:chatlib-android-storage:master-SNAPSHOT'
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'net.lingala.zip4j:zip4j:1.3.2'
implementation 'com.madgag.spongycastle:core:1.58.0.0'
implementation 'com.madgag.spongycastle:prov:1.58.0.0'
implementation 'com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0'
implementation 'com.github.mcmrarm:arscwriter:0.1.0'
implementation 'com.github.mcmrarm:thememonkey:0.1.2'
implementation 'com.github.mcmrarm:arscwriter:master-SNAPSHOT'
implementation 'com.github.mcmrarm:thememonkey:master-SNAPSHOT'
testImplementation 'junit:junit:4.12'
}
Binary file added app/release/app-release.apk
Binary file not shown.
1 change: 1 addition & 0 deletions app/release/output.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":9,"versionName":"0.5.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

0 comments on commit 87068b4

Please sign in to comment.