Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id 'org.ajoberstar.grgit'
}

def libVersion = '1.0.4-SNAPSHOT'
def libVersion = '1.0.5-SNAPSHOT'
def group = "ai.elimu.common"
def artifact = "utils"

Expand All @@ -18,7 +18,7 @@ android {
defaultConfig {
minSdk 26

versionCode 1000004
versionCode 1000005
versionName libVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down