Skip to content

Commit

Permalink
Release 2.3.6
Browse files Browse the repository at this point in the history
- model 2.0.27
  • Loading branch information
nya-elimu committed Nov 29, 2020
1 parent 8ca844e commit 4207889
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 2003006
versionName "2.3.6-SNAPSHOT"
versionName "2.3.6"

setProperty("archivesBaseName", "${applicationId}-${versionCode}")

Expand Down Expand Up @@ -47,15 +47,15 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// https://github.com/elimu-ai/model
implementation 'ai.elimu:model:2.0.23'
implementation 'ai.elimu:model:2.0.27'

implementation 'com.jakewharton.timber:timber:4.7.1'
implementation 'com.google.android.material:material:1.2.1'

// AndroidX
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath 'com.android.tools.build:gradle:4.1.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Sep 19 09:21:04 EEST 2020
#Sun Nov 29 12:45:51 CET 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip

0 comments on commit 4207889

Please sign in to comment.