Skip to content

Commit

Permalink
libs++
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Jun 5, 2024
1 parent 9c3ce8e commit ed6c029
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repositories {

ext {
groupOpen = false
// jetty required by jupnp and going above 9.4.14 requires minSdkVersion 26
}

allprojects {
Expand Down Expand Up @@ -120,7 +121,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'
implementation 'androidx.media:media:1.7.0'
implementation 'androidx.fragment:fragment:1.7.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
implementation 'org.json:json:20240303'
Expand Down

0 comments on commit ed6c029

Please sign in to comment.