Skip to content

Commit

Permalink
1.1.2 test with bumblebee
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyliu8 committed Feb 6, 2022
1 parent 770b811 commit fba133a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ Using FSD
##### Dependencies
```groovy
dependencies {
implementation 'com.github.jeffreyliu8.Native-Floyd-Steinberg-Dithering:final:1.1.1'
implementation 'com.github.jeffreyliu8.Native-Floyd-Steinberg-Dithering:final:1.1.2'
}
```

The last working version is compile 'com.github.jeffreyliu8.Native-Floyd-Steinberg-Dithering:final:1.1.0'.
The last working version is compile 'com.github.jeffreyliu8.Native-Floyd-Steinberg-Dithering:final:1.1.1'.

A quick example is shown below:

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.4.0'

// implementation project(":floydsteinbergdithering")
implementation 'com.github.jeffreyliu8.Native-Floyd-Steinberg-Dithering:final:1.1.1'
implementation 'com.github.jeffreyliu8.Native-Floyd-Steinberg-Dithering:final:1.1.2'
}
8 changes: 4 additions & 4 deletions floydsteinbergdithering/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ afterEvaluate {

// You can then customize attributes of the publication as shown below.
groupId = 'com.github.jeffreyliu8'
artifactId = 'final'
version = '1.1.2'
artifactId = 'release'
version = '1.1.3'
}
// Creates a Maven publication called “debug”.
debug(MavenPublication) {
// Applies the component for the debug build variant.
from components.debug

groupId = 'com.github.jeffreyliu8'
artifactId = 'final-debug'
version = '1.1.2'
artifactId = 'debug'
version = '1.1.3'
}
}
}
Expand Down

0 comments on commit fba133a

Please sign in to comment.