Skip to content

Commit

Permalink
Downgrade Jetty version
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jul 16, 2020
1 parent 5f8e9fa commit b2886ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'org.eclipse.jetty:jetty-server:9.4.30.v20200611'
implementation 'org.eclipse.jetty:jetty-server:8.1.21.v20160908'
}

0 comments on commit b2886ac

Please sign in to comment.