Skip to content

Commit

Permalink
chore: Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nya-elimu committed Dec 14, 2020
1 parent f11ef45 commit 026b891
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "ai.elimu.analytics"
minSdkVersion 24
targetSdkVersion 29
versionCode 3000017
versionName "3.0.17-SNAPSHOT"
versionCode 3001000
versionName "3.1.0"
setProperty("archivesBaseName", "${applicationId}-${versionCode}")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
Expand Down Expand Up @@ -40,7 +40,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'com.github.elimu-ai:model:model-2.0.32'
implementation 'com.github.elimu-ai:model:model-2.0.33'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'com.google.android.material:material:1.2.1'
Expand Down
8 changes: 4 additions & 4 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 29
versionCode 1001000
versionName "1.1.0-SNAPSHOT"
versionCode 3001000
versionName "3.1.0"
setProperty("archivesBaseName", "utils-${versionName}")
}

Expand All @@ -27,7 +27,7 @@ android {
}

dependencies {
implementation 'com.github.elimu-ai:model:model-2.0.32'
implementation 'com.github.elimu-ai:model:model-2.0.33'
}

// See https://docs.gradle.org/current/dsl/org.gradle.api.publish.maven.MavenPublication.html
Expand All @@ -37,7 +37,7 @@ publishing {
utils(MavenPublication) {
groupId 'ai.elimu.analytics'
artifactId 'utils'
version '1.1.0-SNAPSHOT'
version '3.1.0'
artifact("${buildDir}/outputs/aar/utils-${version}-release.aar")
}
}
Expand Down

0 comments on commit 026b891

Please sign in to comment.