File tree Expand file tree Collapse file tree
src/main/java/com/bdtopcoder/smartadmob Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 ===============================
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ before_install:
44 - ./scripts/prepareJitpackEnvironment.sh
55install :
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments