Skip to content

Commit

Permalink
Easy To Implement Admob Ad
Browse files Browse the repository at this point in the history
  • Loading branch information
AtikulSoftware committed Mar 6, 2024
1 parent 21cd43b commit 206eb75
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
Binary file added SmartAdmob-release.aar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ android.useAndroidX=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
org.gradle.java.home=/usr/lib/jvm/java-17-openjdk-amd64
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.11.0"
activity = "1.8.0"
activity = "1.8.2"
constraintlayout = "2.1.4"
playServicesAds = "22.6.0"

Expand Down
7 changes: 7 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
jdk:
- openjdk17
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
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.AtikulSoftware</groupId>
<artifactId>SmartAdmob</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<description>Smart Admob Library</description>
</project>

0 comments on commit 206eb75

Please sign in to comment.