Skip to content

Commit 7f23950

Browse files
authoredNov 6, 2018
de.fxnn:brainfuck:1.3.0-SNAPSHOT
Trying to fix build using guava 26.0-android, which should fix issue google/guava#3302
1 parent e557b06 commit 7f23950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation 'com.android.support:appcompat-v7:28.0.0'
3131
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
3232
implementation 'com.android.support:design:28.0.0'
33-
implementation 'de.fxnn:brainfuck:1.2.0'
33+
implementation 'de.fxnn:brainfuck:1.3.0-SNAPSHOT'
3434

3535
//
3636
// test dependencies

0 commit comments

Comments
 (0)