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 fcc2d3b commit b2fc86eCopy full SHA for b2fc86e
testing-ktx/build.gradle
@@ -7,10 +7,10 @@ version = rootProject.ext.version
7
group = 'com.jraska.livedata'
8
9
android {
10
- compileSdkVersion 30
+ compileSdkVersion 33
11
defaultConfig {
12
minSdkVersion 19
13
- targetSdkVersion 30
+ targetSdkVersion 33
14
versionName version
15
versionCode rootProject.ext.versionCode
16
}
testing/build.gradle
0 commit comments