Skip to content

Commit ccff540

Browse files
committed
Update README.md
1 parent 2150e6f commit ccff540

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Goal is to have something as similar to GPUImage as possible. Vertex and fragmen
1515
```groovy
1616
repositories {
1717
mavenCentral()
18-
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
1918
}
2019
2120
dependencies {
22-
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3-SNAPSHOT@aar'
21+
compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.3'
2322
}
2423
```
2524

@@ -73,4 +72,4 @@ gradle clean assemble
7372
distributed under the License is distributed on an "AS IS" BASIS,
7473
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7574
See the License for the specific language governing permissions and
76-
limitations under the License.
75+
limitations under the License.

0 commit comments

Comments
 (0)