Skip to content

Commit 73ffb3b

Browse files
Update GDPR MSG
1 parent f60a2b6 commit 73ffb3b

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

SmartAdmob-release.aar

2.19 KB
Binary file not shown.

SmartAdmob/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ publishing {
7676
maven(MavenPublication) {
7777
groupId = 'com.github.AtikulSoftware'
7878
artifactId = 'SmartAdmob'
79-
version = "1.0"
79+
version = "2.0"
8080
pom {
8181
description = 'Smart Admob Library'
8282
}

SmartAdmob/src/main/java/com/bdtopcoder/smartadmob/GDPR.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ private void initializeMobileAdsSdk() {
5959
AdmobAd admobAd = new AdmobAd(activity);
6060
admobAd.initializeAdmobAd();
6161

62-
// MobileAds.initialize(activity);
6362
} // initializeMobileAdsSdk end here =========
6463

6564
} // GDPR End Here ===============================

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdk 19
1212
targetSdk 34
1313
versionCode 1
14-
versionName "1.0"
14+
versionName "2.0"
1515
multiDexEnabled true
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ before_install:
44
- ./scripts/prepareJitpackEnvironment.sh
55
install:
66
- FILE="-Dfile=SmartAdmob-release.aar"
7-
- mvn install:install-file $FILE -DgroupId=com.github.AtikulSoftware -DartifactId=SmartAdmob -Dversion=1.0 -Dpackaging=aar -DgeneratePom=true
7+
- mvn install:install-file $FILE -DgroupId=com.github.AtikulSoftware -DartifactId=SmartAdmob -Dversion=2.0 -Dpackaging=aar -DgeneratePom=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.AtikulSoftware</groupId>
66
<artifactId>SmartAdmob</artifactId>
7-
<version>1.0</version>
7+
<version>2.0</version>
88
<packaging>pom</packaging>
99
<description>Smart Admob Library</description>
1010
</project>

0 commit comments

Comments
 (0)