We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c08668 commit baa12eeCopy full SHA for baa12ee
app/build.gradle
@@ -4,11 +4,11 @@ plugins {
4
apply plugin: 'com.android.application'
5
6
android {
7
- compileSdkVersion 33
+ compileSdkVersion 30
8
defaultConfig {
9
applicationId "com.github.gotify"
10
minSdkVersion 19
11
- targetSdkVersion 33
+ targetSdkVersion 30
12
versionCode 26
13
versionName "2.4.0"
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments