Skip to content

Commit

Permalink
Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Mar 5, 2022
1 parent 4427585 commit 7deb42b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The first step for using this library is, to add it to the dependency section in

Add dependencies to build.gradle file on module level (e.g. app/build.gradle):
```gradle
implementation 'com.chillibits:adobecolortool:1.0.3'
implementation 'com.chillibits:adobecolortool:1.0.4'
```
Also you have to declare a file provider in your manifest, which should look similar to this one:
```xml
Expand Down
4 changes: 3 additions & 1 deletion adobecolor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ android {

defaultConfig {
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 32
versionCode libraryVersionCode
versionName libraryVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
applicationId "com.chillibits.adobecolorsample"
minSdkVersion 19
targetSdkVersion 31
targetSdkVersion 32
versionCode libraryVersionCode
versionName libraryVersion
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.disableAutomaticComponentCreation=true

# Custom settings
GROUP=com.chillibits
VERSION=1.0.3
VERSION_CODE=1003
VERSION=1.0.4
VERSION_CODE=1004
POM_URL=https://github.com/marcauberer/adobe-color-tool
POM_SCM_URL=https://github.com/marcauberer/adobe-color-tool
POM_SCM_CONNECTION=scm:[email protected]:marcauberer/adobe-color-tool.git
Expand Down

0 comments on commit 7deb42b

Please sign in to comment.