Skip to content

Commit

Permalink
- maven publish plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanaslann committed Jul 29, 2023
1 parent 353b31c commit a4f2dd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
matchingFallbacks = ['debug', 'release']
}
}
compileOptions {
Expand Down Expand Up @@ -75,7 +74,6 @@ afterEvaluate {
groupId = 'com.oguzhanaslann.cropview-compose'
artifactId = 'cropview-compose'
version = versionStr
from components.release
}
}

Expand Down

0 comments on commit a4f2dd8

Please sign in to comment.