Skip to content

Commit

Permalink
Merge pull request #463 from thonsi/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu authored Aug 21, 2023
2 parents a1554f8 + 559b2cf commit 478ca35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ android {

defaultConfig {
applicationId 'org.koitharu.kotatsu'
minSdkVersion 21
targetSdkVersion 34
versionCode 571
versionName '6.0-a2'
minSdk = 21
targetSdk = 34
versionCode = 571
versionName = '6.0-a2'
generatedDensities = []
testInstrumentationRunner "org.koitharu.kotatsu.HiltTestRunner"
ksp {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ allprojects {
}
}

task clean(type: Delete) {
delete rootProject.buildDir
tasks.register('clean', Delete) {
delete rootProject.layout.buildDirectory
}

0 comments on commit 478ca35

Please sign in to comment.