Skip to content

Commit

Permalink
Updated version code
Browse files Browse the repository at this point in the history
  • Loading branch information
OmGodse committed Sep 17, 2023
1 parent b303197 commit 82f004d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ android {
defaultConfig {
applicationId 'com.omgodse.notally'
minSdk 21
targetSdk 32
versionCode 48
versionName "5.3"
targetSdk 33
versionCode 49
versionName "5.4"
resConfigs 'en', 'ca', 'cs', 'da', 'de', 'el', 'es', 'fr', 'hu', 'in', 'it', 'ja', 'nb', 'nl', 'nn', 'pl', 'pt-rBR', 'pt-rPT', 'ru', 'sk', 'sv', 'tl', 'tr', 'uk', 'vi', 'zh-rCN'
vectorDrawables.generatedDensities = []
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.1.0'
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21'
}
}
Expand Down

0 comments on commit 82f004d

Please sign in to comment.