Skip to content

Commit

Permalink
update build options
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci committed Dec 6, 2024
1 parent 9bb305c commit 3c8352f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,28 @@ apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 34
namespace 'org.maintainteam.whatsdeleted'

defaultConfig {
applicationId 'org.maintainteam.whatsdeleted'
resValue "string", "app_name", "WhatsDeleted"
minSdkVersion 21
targetSdkVersion 33
versionCode 6
versionName "0.4.1"
versionCode 10010
versionName "0.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
debug {
debuggable true
minifyEnabled false
applicationIdSuffix ".debug"
resValue "string", "app_name", "WhatsDeleted Debug"
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jan 04 10:39:45 IST 2021
#Fri Dec 06 15:23:46 GMT 2024
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 3c8352f

Please sign in to comment.