Skip to content

Commit 91e0a33

Browse files
Merge pull request #41 from SimformSolutionsPvtLtd/develop
Develop
2 parents 684babe + 9e6c4d2 commit 91e0a33

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SSJetPackComposeProgressButton
44
### _SSJetPackComposeProgressButton is an elegant button with a different loading animations which makes your app attractive._
55

6-
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)][git-repo-url] [![](https://jitpack.io/v/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton.svg)](https://jitpack.io/#SimformSolutionsPvtLtd/SSJetPackComposeProgressButton) [![Kotlin Version](https://img.shields.io/badge/Kotlin-v1.5.10-blue.svg)](https://kotlinlang.org) [![Platform](https://img.shields.io/badge/Platform-Android-green.svg?style=flat)](https://www.android.com/) [![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)
6+
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)][git-repo-url] [![](https://jitpack.io/v/SimformSolutionsPvtLtd/SSJetPackComposeProgressButton.svg)](https://jitpack.io/#SimformSolutionsPvtLtd/SSJetPackComposeProgressButton) [![Kotlin Version](https://img.shields.io/badge/Kotlin-v1.5.10-blue.svg)](https://kotlinlang.org) [![Platform](https://img.shields.io/badge/Platform-Android-green.svg?style=flat)](https://www.android.com/) [![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-SSJetPackComposeProgressButton-green.svg?style=flat )]( https://android-arsenal.com/details/1/8302 )
77

88
# Jetpack Compose
99
Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
@@ -48,7 +48,7 @@ Please get **Android Studio Arctic Fox 2020.3.1** or above [from here](https://d
4848

4949
```groovy
5050
dependencies {
51-
implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.6'
51+
implementation 'com.github.SimformSolutionsPvtLtd:SSJetPackComposeProgressButton:1.0.7'
5252
}
5353
```
5454

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ plugins {
44
}
55

66
android {
7-
compileSdk 30
7+
compileSdk 31
88
buildToolsVersion "30.0.3"
99

1010
defaultConfig {
1111
applicationId "com.simform.ssjetpackcomposeprogressbutton"
1212
minSdk 21
1313
targetSdk 30
1414
versionCode 2
15-
versionName "1.0.6"
15+
versionName "1.0.7"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {
@@ -44,11 +44,11 @@ android {
4444
}
4545

4646
dependencies {
47-
implementation 'androidx.appcompat:appcompat:1.3.0'
48-
implementation 'com.google.android.material:material:1.4.0'
49-
implementation "androidx.compose.ui:ui:$compose_version"
47+
implementation 'androidx.appcompat:appcompat:1.4.1'
48+
implementation 'com.google.android.material:material:1.5.0'
49+
implementation "androidx.compose.ui:ui:1.0.5"
5050
implementation "androidx.compose.material:material:$compose_version"
5151
implementation "androidx.compose.ui:ui-tooling:$compose_version"
52-
implementation 'androidx.activity:activity-compose:1.3.0-rc02'
52+
implementation 'androidx.activity:activity-compose:1.4.0'
5353
implementation project(path: ':ssjetpackcomposeprogressbutton')
5454
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ buildscript {
88
mavenCentral()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.1.0-alpha03'
11+
classpath 'com.android.tools.build:gradle:7.1.2'
1212
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10'
13-
classpath 'com.android.tools.lint:lint:27.2.2'
13+
classpath 'com.android.tools.lint:lint:30.0.4'
1414
}
1515
}
1616

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu May 06 09:44:53 IST 2021
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

ssjetpackcomposeprogressbutton/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ afterEvaluate {
1212
from components.release
1313
groupId = 'com.simform.ssloadingbuttonlibrary'
1414
artifactId = 'ssjetpackcomposeprogressbutton'
15-
version = '1.0.6'
15+
version = '1.0.7'
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)