Skip to content

Commit

Permalink
bump module version: 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Feb 16, 2021
1 parent ff61915 commit 58271bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java/androidaudioplugin-ui-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionName "0.6.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -55,4 +55,4 @@ dependencies {
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
}
2 changes: 1 addition & 1 deletion java/androidaudioplugin-ui-traditional/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "0.6.5"
versionName "0.6.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion java/androidaudioplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "0.6.5"
versionName "0.6.6"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit 58271bf

Please sign in to comment.