Skip to content

Commit

Permalink
[Android] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Dec 23, 2018
1 parent 8766489 commit a0f9e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/shiba/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.+'
implementation 'androidx.gridlayout:gridlayout:1.+'
implementation 'androidx.recyclerview:recyclerview:1.+'
implementation 'androidx.constraintlayout:constraintlayout:2.+'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'

implementation 'org.antlr:antlr4:4.7.1'

Expand Down

0 comments on commit a0f9e66

Please sign in to comment.