Skip to content
Merged
Show file tree
Hide file tree
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 app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "ai.elimu.common.utils"
minSdk 26
targetSdk 35
versionCode 1000013
versionName "1.0.13-SNAPSHOT"
versionCode 1000014
versionName "1.0.14-SNAPSHOT"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
4 changes: 2 additions & 2 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {

def utilsGroupId = "ai.elimu"
def utilsArtifactId = "common-utils"
def utilsVersionCode = 1000013
def utilsVersionName = '1.0.13-SNAPSHOT'
def utilsVersionCode = 1000014
def utilsVersionName = '1.0.14-SNAPSHOT'

android {
namespace 'ai.elimu.common.utils'
Expand Down
Loading