Skip to content

Commit

Permalink
Update dependencies and enable AndroidX
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Dec 9, 2024
1 parent 1433424 commit c3b5f85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "to.holepunch.bare.android"
minSdk 28
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"
}
Expand All @@ -32,7 +32,7 @@ android {
}
}

task link(type: Exec) {
tasks.register("link", Exec) {
workingDir ".."

commandLine([
Expand All @@ -46,7 +46,7 @@ task link(type: Exec) {
])
}

task pack(type: Exec) {
tasks.register("pack", Exec) {
workingDir ".."

commandLine([
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins {
id "com.android.application" version "8.5.0" apply false
id "com.android.application" version "8.5.2" apply false
id "org.jetbrains.kotlin.android" version "1.9.23" apply false
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
org.gradle.jvmargs=-Xmx4g
android.useAndroidX=true

0 comments on commit c3b5f85

Please sign in to comment.