Skip to content

Commit

Permalink
Up to v1.0.2 for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Sep 12, 2021
1 parent b03d250 commit 96ca605
Show file tree
Hide file tree
Showing 33 changed files with 7 additions and 7 deletions.
File renamed without changes.
11 changes: 6 additions & 5 deletions AppUpdateChecker/build.gradle → library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ plugins {
id 'maven-publish'
}

group = 'com.github.sharkaboi'
version = '1.0.1'
group = 'com.github.Sharkaboi'
version = 'v1.0.2'

repositories {
google()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
maven { url "https://jitpack.io" }
}

android {
Expand All @@ -24,7 +25,7 @@ android {
minSdkVersion 21
targetSdkVersion 31
versionCode 1
versionName "1.0.1"
versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
Expand Down Expand Up @@ -70,9 +71,9 @@ afterEvaluate {
// Creates a Maven publication called "release".
release(MavenPublication) {
from components.release
groupId = 'com.github.sharkaboi'
groupId = 'com.github.Sharkaboi'
artifactId = 'AppUpdateChecker'
version = '1.0.1'
version = 'v1.0.2'
}
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include ':AppUpdateChecker'
rootProject.name = "AppUpdateChecker"
include ':library'

0 comments on commit 96ca605

Please sign in to comment.