File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ android.useAndroidX=true
18
18
# Enables namespacing of each library's R class so that its R class includes only the
19
19
# resources declared in the library itself and none from the library's dependencies,
20
20
# 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ junitVersion = "1.1.5"
5
5
espressoCore = " 3.5.1"
6
6
appcompat = " 1.6.1"
7
7
material = " 1.11.0"
8
- activity = " 1.8.0 "
8
+ activity = " 1.8.2 "
9
9
constraintlayout = " 2.1.4"
10
10
playServicesAds = " 22.6.0"
11
11
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments