Skip to content

Commit

Permalink
Release v0.0.2 ANC and Release v0.0.9 EIR
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Ndegwa <[email protected]>
  • Loading branch information
ndegwamartin committed Sep 27, 2021
1 parent 27076f2 commit f99e287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/anc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "0.0.1"
versionName "0.0.2"
multiDexEnabled true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion android/eir/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
minSdkVersion sdk_versions.min_sdk
targetSdkVersion sdk_versions.target_sdk
versionCode 1
versionName "0.0.8"
versionName "0.0.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
// Required when setting minSdkVersion to 20 or lower
// See https://developer.android.com/studio/write/java8-support
Expand Down

0 comments on commit f99e287

Please sign in to comment.