Skip to content

Commit

Permalink
Updated project to version 1.2-4
Browse files Browse the repository at this point in the history
  • Loading branch information
cakrina committed Sep 17, 2024
1 parent e99c7c0 commit c7358b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
//noinspection OldTargetApi
targetSdk = 34

versionCode = 3
versionCode = 4
versionName = "1.2"


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
VERSION_CODE=3
VERSION_CODE=4

0 comments on commit c7358b4

Please sign in to comment.