update gradles to latest

This commit is contained in:
Thonsi
2023-08-20 20:55:49 +05:30
committed by GitHub
parent a1554f81ff
commit 559b2cfd64
2 changed files with 6 additions and 6 deletions

View File

@@ -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 {