diff --git a/app/build.gradle b/app/build.gradle index cf51583..3d67a70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 24 targetSdkVersion 29 versionCode 2001007 - versionName "2.1.7-SNAPSHOT" + versionName "2.1.7" setProperty("archivesBaseName", "${applicationId}-${versionCode}") } @@ -40,7 +40,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'ai.elimu:model:2.0.24' + implementation 'ai.elimu:model:2.0.27' implementation 'com.jakewharton.timber:timber:4.7.1' implementation 'androidx.appcompat:appcompat:1.2.0'