Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
윤석규 authored and 윤석규 committed Mar 30, 2023
2 parents cb21166 + 60960ee commit 01df048
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
id 'maven-publish'
}

group='com.github.Team-B1ND'

android {
namespace 'kr.hs.dgsw.smartschool.dodamdodam.dauth'
compileSdk 33
Expand Down Expand Up @@ -62,15 +60,15 @@ afterEvaluate {

groupId = 'com.github.Team-B1ND'
artifactId = 'dauth-android'
version = '1.0.0'
version = '1.0.1'
}

debug(MavenPublication) {
from components.debug

groupId = 'com.github.Team-B1ND'
artifactId = 'dauth-android'
version = '1.0.0'
version = '1.0.1'
}
}
}
Expand Down

0 comments on commit 01df048

Please sign in to comment.