forked from ShawnLin013/NumberPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove jCenter publishing plugins
- Loading branch information
Tamim Attafi
authored and
Tamim Attafi
committed
Aug 31, 2021
1 parent
7e741aa
commit a0a5b97
Showing
4 changed files
with
8 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,25 +2,5 @@ android.useAndroidX=true | |
android.enableJetifier=true | ||
android.debug.obsoleteApi=true | ||
|
||
VERSION_CODE=21 | ||
VERSION_NAME=2.4.13 | ||
|
||
GROUP=io.github.ShawnLin013 | ||
POM_ARTIFACT_ID=number-picker | ||
|
||
POM_NAME=Number Picker | ||
POM_DESCRIPTION=The android library that provides a simple and customizable NumberPicker. | ||
POM_INCEPTION_YEAR=2021 | ||
POM_URL=https://github.com/ShawnLin013/NumberPicker | ||
|
||
POM_LICENCE_NAME=MIT | ||
POM_LICENCE_URL=https://opensource.org/licenses/MIT | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_SCM_URL=https://github.com/ShawnLin013/NumberPicker | ||
POM_SCM_CONNECTION=scm:[email protected]:ShawnLin013/NumberPicker.git | ||
POM_SCM_DEV_CONNECTION=scm:[email protected]:ShawnLin013/NumberPicker.git | ||
|
||
POM_DEVELOPER_ID=ShawnLin013 | ||
POM_DEVELOPER_NAME=Shawn Lin | ||
POM_DEVELOPER_URL=https://github.com/ShawnLin013/NumberPicker | ||
VERSION_CODE=23 | ||
VERSION_NAME=2.4.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
apply plugin: 'com.android.library' | ||
apply plugin: 'com.vanniktech.maven.publish' | ||
|
||
android { | ||
compileSdkVersion 30 | ||
|
||
defaultConfig { | ||
minSdkVersion 15 | ||
targetSdkVersion 30 | ||
versionCode VERSION_CODE as int | ||
versionName VERSION_NAME | ||
versionCode 23 | ||
versionName "2.4.15" | ||
} | ||
} | ||
|
||
dependencies { | ||
implementation fileTree(dir: 'libs', include: ['*.jar']) | ||
implementation 'androidx.appcompat:appcompat:1.3.0' | ||
implementation 'androidx.appcompat:appcompat:1.3.1' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters