Skip to content

Commit

Permalink
1. Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AtikulSoftware committed Jun 30, 2024
1 parent bc8ce72 commit 2dae3fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SmartAdmob/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.github.AtikulSoftware'
artifactId = 'SmartAdmob'
version = "5.0"
version = "6.0"
pom {
description = 'Smart Admob Library'
}
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdk 21
targetSdk 34
versionCode 1
versionName "5.0"
versionName "6.0"
multiDexEnabled true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ before_install:
- ./scripts/prepareJitpackEnvironment.sh
install:
- FILE="-Dfile=SmartAdmob-release.aar"
- mvn install:install-file $FILE -DgroupId=com.github.AtikulSoftware -DartifactId=SmartAdmob -Dversion=5.0 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.github.AtikulSoftware -DartifactId=SmartAdmob -Dversion=6.0 -Dpackaging=aar -DgeneratePom=true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.AtikulSoftware</groupId>
<artifactId>SmartAdmob</artifactId>
<version>5.0</version>
<version>6.0</version>
<packaging>pom</packaging>
<description>Smart Admob Library</description>
</project>

0 comments on commit 2dae3fd

Please sign in to comment.