Skip to content

Commit

Permalink
AndroidUI 1.0.2b
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersburg2020 committed Mar 24, 2023
1 parent 76713a8 commit cfe4669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions android-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release

// from components.metaClass
groupId = 'com.github.Petersburg2020' as Publication
artifactId = 'android-ui' as Publication
version = '1.0.0' as Publication
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ android.enableJetifier=true
android.nonTransitiveRClass=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding\=UTF-8
android.disableAutomaticComponentCreation=true

0 comments on commit cfe4669

Please sign in to comment.