Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Updated Java version to 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevdza-san committed Jul 28, 2023
1 parent 82bcea5 commit ef945fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'maven-publish'
}

android {
Expand Down
7 changes: 1 addition & 6 deletions onetap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,11 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.stevdza-san'
artifactId = 'OneTapCompose'
version = '1.0.6.2'
version = '1.0.7'

afterEvaluate {
from components.release
}
}
}
repositories {
maven {
url 'https://jitpack.io'
}
}
}

0 comments on commit ef945fb

Please sign in to comment.