Skip to content

Commit

Permalink
Update app/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreang Rathanak committed Jan 4, 2024
1 parent 4ac0057 commit c98deb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ android {
defaultConfig {
applicationId "com.rathanak.khmerroman"
minSdkVersion 21
targetSdk = 34
versionCode 2
versionName '2.0'
targetSdk = 33
versionCode 3
versionName '3.0'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

buildTypes {
release {
debuggable false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
Expand Down

0 comments on commit c98deb0

Please sign in to comment.