Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed May 6, 2024
1 parent cbcfc1c commit b4c91e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions binding/android/Orca/orca/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

ext {
PUBLISH_GROUP_ID = 'ai.picovoice'
PUBLISH_VERSION = '0.1.0'
PUBLISH_VERSION = '0.2.0'
PUBLISH_ARTIFACT_ID = 'orca-android'
}

Expand All @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion defaultTargetSdkVersion
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"

consumerProguardFiles "consumer-rules.pro"
}
Expand Down
4 changes: 2 additions & 2 deletions demo/android/OrcaDemo/orca-demo-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "ai.picovoice.orcademo"
minSdkVersion 21
targetSdkVersion defaultTargetSdkVersion
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit b4c91e0

Please sign in to comment.