Skip to content

Commit

Permalink
Merge pull request #16 from Mohamed02Emad/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Mohamed02Emad authored Jun 25, 2023
2 parents 55d146d + 3d6282c commit 686a01a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mohorizontalstepper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ plugins {
id 'maven-publish'
}
group = 'Mohamed02Emad'
version = "1.0.5"
version = "1.1.0"

android {
namespace 'com.mo_stepper.mohorizontalstepper'
compileSdk 33

defaultConfig {
minSdk 26
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0"
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -51,7 +51,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.Mohamed02Emad'
artifactId = 'mo-horizontal-stepper'
version = '1.0.5'
version = '1.1.0'

afterEvaluate {
from components.release
Expand Down

0 comments on commit 686a01a

Please sign in to comment.