Skip to content

Commit

Permalink
Version 1.0.1(44)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaLikhachev committed Jan 6, 2024
1 parent 35555e8 commit 83ad45a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def isReleaseKeystoreExists = rootProject.file("upload.jks").exists()
android {
defaultConfig {
applicationId "com.yugyd.quiz"
versionCode 43
versionName "1.0.0"
versionCode 44
versionName "1.0.1"

// Replace with your resource
buildConfigField 'String', 'DEV_ID', '\"6210589965533125989\"'
Expand Down
2 changes: 2 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 1.0.1(44)
Add prod ad ids
Version 1.0.0(43)
Preparing the app for publication
Rename app
Expand Down

0 comments on commit 83ad45a

Please sign in to comment.