Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ if (keystorePropertiesFile.exists()) {

android {
namespace 'com.xpeho.xpeapp'
compileSdk 34
compileSdk 36

defaultConfig {
applicationId "com.xpeho.xpeapp"
minSdk 26
targetSdk 34
targetSdk 36
versionCode project.hasProperty('versionCode') ? project.versionCode.toInteger() : 1
versionName project.hasProperty('versionName') ? project.versionName : "1.0"

Expand Down
Loading