Skip to content

Commit

Permalink
No Proguard, version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Nov 24, 2021
1 parent 35f779b commit 4f6589c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Make sure to add that to your repositories block.

**Gradle**
```gradle
implementation 'com.lazygeniouz:acv:0.2.6'
implementation 'com.lazygeniouz:acv:0.2.8'
```
**Maven**
```xml
<dependency>
<groupId>com.lazygeniouz</groupId>
<artifactId>acv</artifactId>
<version>0.2.6</version>
<version>0.2.8</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion acv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 4f6589c

Please sign in to comment.