Skip to content

Commit

Permalink
Merge pull request #10 from icanerdogan/release/1.0.4
Browse files Browse the repository at this point in the history
Release/1.0.4
  • Loading branch information
icanerdogan authored Oct 25, 2024
2 parents ab0b149 + 6ef8aa2 commit 8399e8c
Showing 1 changed file with 2 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 @@ -7,7 +7,7 @@ plugins {
}
def versionMajor = 1
def versionMinor = 0
def versionPatch = 3
def versionPatch = 4
android {
namespace 'com.canerdogan.jetnews'
compileSdk 34
Expand Down Expand Up @@ -42,7 +42,7 @@ android {
}
buildTypes {
release {
debuggable true
debuggable false
minifyEnabled false
isShrinkResources()
signingConfig signingConfigs.release
Expand Down

0 comments on commit 8399e8c

Please sign in to comment.