Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A.Badakhshan committed Jul 21, 2022
1 parent 7089a06 commit ce1bcaf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pushsdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 16
targetSdkVersion 31
versionCode 1
versionName "0.4.19"
versionName "1.0.0"
consumerProguardFiles 'consumer-rules.pro'
}

Expand All @@ -34,7 +34,7 @@ afterEvaluate {
maven(MavenPublication) {
groupId = 'com.github.shadowalker77'
artifactId = 'pushnotification'
version = '0.4.20'
version = '1.0.0'

from components.release
}
Expand All @@ -47,10 +47,7 @@ dependencies {
compileOnly 'androidx.appcompat:appcompat:1.2.0'
compileOnly 'androidx.core:core-ktx:1.3.2'
compileOnly 'com.coolerfall:android-http-download-manager:1.6.1'
compileOnly 'com.google.code.gson:gson:2.8.6'
compileOnly 'com.squareup.retrofit2:converter-gson:2.6.0'
compileOnly 'com.squareup.okhttp3:okhttp:3.12.1'
compileOnly 'com.github.shadowalker77:networking:0.13.0'
compileOnly 'com.github.shadowalker77:networking:1.0.0'
compileOnly 'com.google.firebase:firebase-messaging:21.0.1'
compileOnly 'com.google.firebase:firebase-core:18.0.2'
}

0 comments on commit ce1bcaf

Please sign in to comment.