Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ apply plugin: 'com.jaredsburrows.spoon'
apply plugin: 'com.github.ben-manes.versions'

android {
compileSdkVersion 32
compileSdkVersion 23

defaultConfig {
applicationId 'com.jaredsburrows.spoon.example'
minSdkVersion 21
targetSdkVersion 32
targetSdkVersion 23
versionCode 1
versionName '1.0'

Expand Down