We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7741e83 commit 42e298dCopy full SHA for 42e298d
app/build.gradle
@@ -24,12 +24,12 @@ if (keystorePropertiesFile.exists()) {
24
25
android {
26
namespace 'com.xpeho.xpeapp'
27
- compileSdk 34
+ compileSdk 36
28
29
defaultConfig {
30
applicationId "com.xpeho.xpeapp"
31
minSdk 26
32
- targetSdk 34
+ targetSdk 36
33
versionCode project.hasProperty('versionCode') ? project.versionCode.toInteger() : 1
34
versionName project.hasProperty('versionName') ? project.versionName : "1.0"
35
0 commit comments