Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
1.0.1 added to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed May 5, 2021
1 parent d3b69ed commit 63431f1
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 518 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ proguard/

# Log Files
*.log
/InputMask/gradle.properties
InputMask/gpg-keys/
8 changes: 7 additions & 1 deletion InputMask/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

ext {
RELEASE_REPOSITORY_URL = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
SNAPSHOT_REPOSITORY_URL = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
apply plugin: 'com.vanniktech.maven.publish'

android {
compileSdkVersion 30
buildToolsVersion '30.0.3'
Expand All @@ -9,7 +15,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
versionName "1.0.1"
}
}

Expand Down
Loading

0 comments on commit 63431f1

Please sign in to comment.