File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ Goal is to have something as similar to GPUImage as possible. Vertex and fragmen
15
15
``` groovy
16
16
repositories {
17
17
mavenCentral()
18
- maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
19
18
}
20
19
21
20
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'
23
22
}
24
23
```
25
24
@@ -73,4 +72,4 @@ gradle clean assemble
73
72
distributed under the License is distributed on an "AS IS" BASIS,
74
73
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75
74
See the License for the specific language governing permissions and
76
- limitations under the License.
75
+ limitations under the License.
You can’t perform that action at this time.
0 commit comments