Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tawhidmonowar committed Dec 30, 2023
1 parent 4e8fa56 commit 8a205e5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ plugins {
}

android {

lintOptions {
checkReleaseBuilds false
}

compileSdk 33

defaultConfig {
applicationId 'com.prostudio.urltopdfconverter'
minSdk 19
targetSdk 33
versionCode 1
versionName '1.0.0'
versionCode 2
versionName '1.0.1'
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 8a205e5

Please sign in to comment.