Skip to content

Commit

Permalink
Move android-awt to our form
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Jul 17, 2024
1 parent 04eb968 commit 940cd06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pretixprint/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ dependencies {

// libpretixprint
implementation 'com.github.librepdf:openpdf:1.3.24'
implementation 'ro.andob.androidawt:androidawt:1.0.4'
implementation 'com.github.pretix:android-awt:1.0.4-1'
implementation 'com.google.zxing:core:3.3.3'

implementation 'joda-time:joda-time:2.10.10'
Expand Down Expand Up @@ -198,5 +198,4 @@ repositories {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.andob.info/repository/open_source" }
}

0 comments on commit 940cd06

Please sign in to comment.