Skip to content

Commit 31f3159

Browse files
committed
Partial revert of "Updated various dependencies"
Reverted the compileSdkVersion and targetSdkVersion; too soon to upgrade CI to 29.
1 parent 004d71a commit 31f3159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apply plugin: 'kotlin-kapt'
55
apply plugin: 'io.fabric'
66

77
android {
8-
compileSdkVersion 29
8+
compileSdkVersion 28
99
defaultConfig {
1010
applicationId "tech.bigfig.roma"
1111
minSdkVersion 21
12-
targetSdkVersion 29
12+
targetSdkVersion 28
1313
versionCode 98
1414
versionName "8.1.2"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)