Skip to content

Commit

Permalink
Prepare for release 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYeoh committed Nov 25, 2019
1 parent 3da48c4 commit c9de3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
// compile deps.gradle.tools

implementation "com.android.support:support-annotations:24.2.0"
implementation 'commons-io:commons-io:2.6'
shadow 'commons-io:commons-io:2.6'
shadow 'commons-codec:commons-codec:1.5'
shadow "com.google.guava:guava:27.0.1-jre"

Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ versions.gradletools = "3.2.1"
versions.kotlin = "1.3.0"
versions.java = "8"
//versions.aabresguard = "0.1.0-beta-7"
versions.aabresguard = "0.0.1-beta2"
versions.aabresguard = "0.1.0"
// android
versions.compileSdkVersion = 28
versions.minSdkVersion = 15
Expand Down

0 comments on commit c9de3ec

Please sign in to comment.