-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgradle.properties
More file actions
23 lines (20 loc) · 884 Bytes
/
gradle.properties
File metadata and controls
23 lines (20 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
org.gradle.jvmargs=-Xmx2048m
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
org.gradle.daemon=true
org.gradle.parallel=true
POM_PACKAGING=aar
POM_NAME=AdContainerView
POM_DESCRIPTION=AdContainerView is a simple, lifecycle aware wrapper over Google AdMob's AdView (Banner Ad) which handles most of the stuff by itself.
POM_INCEPTION_YEAR=2020
POM_URL=https://github.com/ItzNotABug/AdContainerView
POM_SCM_URL=https://github.com/ItzNotABug/AdContainerView
POM_SCM_CONNECTION=scm:git@github.com:itznotabug/AdContainerView.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:itznotabug/AdContainerView.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=itznotabug
POM_DEVELOPER_NAME=Darshan Pandya
POM_DEVELOPER_URL=https://github.com/itznotabug