Skip to content

Commit

Permalink
dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Dec 9, 2024
1 parent c82741d commit 5db69f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public Configuration onInit() {
// You can use png file (without extension) inside drawable-nodpi folder or url
"arcticons_day_night",
"Arcticons Day & Night",
"An expirimental version of Arcticons that switches between dark & light mode.",
"An experimental version of Arcticons that switches between dark & light mode.",
"https://github.com/Donnnno/Arcticons/releases")
};
configuration.setOtherApps(otherApps);
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.7.2'
classpath 'com.android.tools.build:gradle:8.7.3'
}
}

Expand Down
2 changes: 1 addition & 1 deletion preparehelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tasks.register('rundayNight', JavaExec) {


dependencies {
implementation("com.android.tools:sdk-common:31.7.2")
implementation("com.android.tools:sdk-common:31.7.3")
implementation("org.dom4j:dom4j:2.1.4")
implementation("commons-io:commons-io:2.15.0")
implementation 'org.sejda.imageio:webp-imageio:0.1.6'
Expand Down

0 comments on commit 5db69f9

Please sign in to comment.