Skip to content

Commit a2d539b

Browse files
Updated gradle for uploading to maven central
1 parent 9f08da7 commit a2d539b

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

FFmpegAndroid/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ android {
2929
dependencies {
3030
compile fileTree(dir: 'libs', include: ['*.jar'])
3131
}
32+
33+
apply from: 'https://raw.github.com/chrisbanes/gradle-mvn-push/master/gradle-mvn-push.gradle'

FFmpegAndroid/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
POM_NAME=FFmpegAndroid Library
2+
POM_ARTIFACT_ID=FFmpegAndroid
3+
POM_PACKAGING=aar

gradle.properties

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
# Project-wide Gradle settings.
2-
3-
# IDE (e.g. Android Studio) users:
4-
# Settings specified in this file will override any Gradle settings
5-
# configured through the IDE.
6-
7-
# For more details on how to configure your build environment visit
8-
# http://www.gradle.org/docs/current/userguide/build_environment.html
9-
10-
# Specifies the JVM arguments used for the daemon process.
11-
# The setting is particularly useful for tweaking memory settings.
12-
# Default value: -Xmx10248m -XX:MaxPermSize=256m
13-
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14-
15-
# When configured, Gradle will run in incubating parallel mode.
16-
# This option should only be used with decoupled projects. More details, visit
17-
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18-
# org.gradle.parallel=true
1+
VERSION_NAME=0.2.0
2+
VERSION_CODE=20
3+
GROUP=com.github.hiteshsondhi88.libffmpeg
4+
5+
POM_DESCRIPTION=Java implementation of ffmpeg for Android
6+
POM_URL=https://github.com/hiteshsondhi88/ffmpeg-android-java
7+
POM_SCM_URL=https://github.com/hiteshsondhi88/ffmpeg-android-java
8+
POM_SCM_CONNECTION=scm:https://github.com/hiteshsondhi88/ffmpeg-android-java.git
9+
POM_SCM_DEV_CONNECTION=scm:https://github.com/hiteshsondhi88/ffmpeg-android-java.git
10+
POM_LICENCE_NAME=GNU GPLv3
11+
POM_LICENCE_URL=https://github.com/hiteshsondhi88/ffmpeg-android-java/blob/master/LICENSE.GPLv3
12+
POM_LICENCE_DIST=repo
13+
POM_DEVELOPER_ID=hiteshsondhi88
14+
POM_DEVELOPER_NAME=Hitesh Sondhi

0 commit comments

Comments
 (0)