Skip to content

Commit

Permalink
Merge pull request #4 from Akashkamble/updateDoc
Browse files Browse the repository at this point in the history
Updated doc.
  • Loading branch information
Akashkamble committed Jul 2, 2020
2 parents b55e707 + eef862a commit 915e07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ News App built with JetPack Compose

## The app contains following libraries

- [Jetpack Compose(v0.1.0-dev13)] (https://developer.android.com/jetpack/compose) (UI)
- [Jetpack Compose(v0.1.0-dev14)] (https://developer.android.com/jetpack/compose) (UI)

- [Koin](https://insert-koin.io/) (Dependency Injection)

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {

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

0 comments on commit 915e07e

Please sign in to comment.