Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gold24park committed Apr 15, 2023
1 parent 51bd031 commit fa40f30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PopcornView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ afterEvaluate {
publishing {
def _group_id = 'com.github.gold24park'
def _artifact_id = 'PopcornView'
def _version = '1.0.0'
def _version = '1.0.1'
publications {
release(MavenPublication) {
from components.release
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.0.0-beta03' apply false
id 'com.android.library' version '8.0.0-beta03' apply false
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Apr 15 15:47:18 KST 2023
#Sat Apr 15 21:21:37 KST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit fa40f30

Please sign in to comment.