Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Nov 7, 2022
1 parent 86d59c9 commit 84f779d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.billthefarmer.miditest"
minSdkVersion 16
targetSdkVersion 28
versionName "1.25"
versionCode 125
versionName "1.26"
versionCode 126
}

compileOptions {
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 125
versionName "1.25"
versionCode 126
versionName "1.26"
}

buildFeatures {
Expand Down Expand Up @@ -53,7 +53,7 @@ afterEvaluate {
// publication as shown below.
groupId = 'com.github.billthefarmer'
artifactId = 'mididriver'
version = '1.25'
version = '1.26'
}
}
}
Expand Down

0 comments on commit 84f779d

Please sign in to comment.