Skip to content

Commit

Permalink
Update GDPR MSG
Browse files Browse the repository at this point in the history
  • Loading branch information
AtikulSoftware committed Mar 6, 2024
1 parent f60a2b6 commit 73ffb3b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
Binary file modified SmartAdmob-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion SmartAdmob/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.github.AtikulSoftware'
artifactId = 'SmartAdmob'
version = "1.0"
version = "2.0"
pom {
description = 'Smart Admob Library'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ private void initializeMobileAdsSdk() {
AdmobAd admobAd = new AdmobAd(activity);
admobAd.initializeAdmobAd();

// MobileAds.initialize(activity);
} // initializeMobileAdsSdk end here =========

} // GDPR End Here ===============================
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 19
targetSdk 34
versionCode 1
versionName "1.0"
versionName "2.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=1.0 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.github.AtikulSoftware -DartifactId=SmartAdmob -Dversion=2.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>1.0</version>
<version>2.0</version>
<packaging>pom</packaging>
<description>Smart Admob Library</description>
</project>

0 comments on commit 73ffb3b

Please sign in to comment.