-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mikheyev Philipp
committed
Oct 11, 2021
1 parent
9aff12b
commit f156bd9
Showing
3 changed files
with
16 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,18 +10,18 @@ | |
# This option should only be used with decoupled projects. More details, visit | ||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
# org.gradle.parallel=true | ||
#Sun Aug 01 21:27:42 MSK 2021 | ||
VERSION_CODE=12 | ||
POM_DESCRIPTION=An Android library that makes it easy to integrate Admob Native ads (both Express and Advanced) into ListView/RecyclerView | ||
POM_LICENCE_URL=http\://www.apache.org/licenses/LICENSE-2.0.txt | ||
#Sun Aug 01 21:27:42 MSK 202 | ||
org.gradle.jvmargs=-Xmx2048m -XX\:MaxPermSize\=512m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8 | ||
POM_SCM_CONNECTION=scm\:[email protected]\:clockbyte/admobadapter.git | ||
android.useAndroidX=true | ||
android.enableJetifier=true | ||
VERSION_CODE=13 | ||
POM_DESCRIPTION=An Android library that makes it easy to integrate Admob Native ads (both Express and Advanced) into ListView/RecyclerView | ||
POM_LICENCE_URL=http\://www.apache.org/licenses/LICENSE-2.0.txt | ||
POM_SCM_CONNECTION=scm\:[email protected]\:clockbyte/admobadapter.git | ||
POM_DEVELOPER_ID=clockbyte | ||
POM_DEVELOPER_NAME=Clockbyte Team | ||
POM_LICENCE_DIST=repo | ||
VERSION_NAME=1.4.6 | ||
VERSION_NAME=1.5.0 | ||
GROUP=com.github.clockbyte | ||
POM_SCM_DEV_CONNECTION=scm\:[email protected]\:clockbyte/admobadapter.git | ||
POM_LICENCE_NAME=The Apache Software License, Version 2.0 | ||
|