Skip to content

Commit 206eb75

Browse files
Easy To Implement Admob Ad
1 parent 21cd43b commit 206eb75

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

SmartAdmob-release.aar

9.12 KB
Binary file not shown.

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ android.useAndroidX=true
1818
# Enables namespacing of each library's R class so that its R class includes only the
1919
# resources declared in the library itself and none from the library's dependencies,
2020
# thereby reducing the size of the R class for that library
21-
android.nonTransitiveRClass=true
21+
android.nonTransitiveRClass=true
22+
org.gradle.java.home=/usr/lib/jvm/java-17-openjdk-amd64

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ junitVersion = "1.1.5"
55
espressoCore = "3.5.1"
66
appcompat = "1.6.1"
77
material = "1.11.0"
8-
activity = "1.8.0"
8+
activity = "1.8.2"
99
constraintlayout = "2.1.4"
1010
playServicesAds = "22.6.0"
1111

jitpack.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
jdk:
2+
- openjdk17
3+
before_install:
4+
- ./scripts/prepareJitpackEnvironment.sh
5+
install:
6+
- FILE="-Dfile=SmartAdmob-release.aar"
7+
- mvn install:install-file $FILE -DgroupId=com.github.AtikulSoftware -DartifactId=SmartAdmob -Dversion=1.0 -Dpackaging=aar -DgeneratePom=true

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>com.github.AtikulSoftware</groupId>
6+
<artifactId>SmartAdmob</artifactId>
7+
<version>1.0</version>
8+
<packaging>pom</packaging>
9+
<description>Smart Admob Library</description>
10+
</project>

0 commit comments

Comments
 (0)