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 004d71a commit 31f3159Copy full SHA for 31f3159
app/build.gradle
@@ -5,11 +5,11 @@ apply plugin: 'kotlin-kapt'
5
apply plugin: 'io.fabric'
6
7
android {
8
- compileSdkVersion 29
+ compileSdkVersion 28
9
defaultConfig {
10
applicationId "tech.bigfig.roma"
11
minSdkVersion 21
12
- targetSdkVersion 29
+ targetSdkVersion 28
13
versionCode 98
14
versionName "8.1.2"
15
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
0 commit comments