diff --git a/LICENSE b/LICENSE index 710f7ca9d..c46f6167e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2016 李盼 Nathen +Copyright (c) 2015-2018 李盼 Nathen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README-ZH.md b/README-ZH.md index c817b3aab..f5cfc1d84 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -2,7 +2,7 @@ --
@@ -24,7 +24,7 @@ ## 效果 -**[jiaozivideoplayer-6.2.5.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.2.5/jiaozivideoplayer-6.2.5.apk)** +**[jiaozivideoplayer-6.2.7.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.2.7/jiaozivideoplayer-6.2.7.apk)** ![Demo Screenshot][1] @@ -36,10 +36,10 @@ 1.添加类库 ```gradle -compile 'cn.jzvd:jiaozivideoplayer:6.2.5' +compile 'cn.jzvd:jiaozivideoplayer:6.2.7' ``` -或直接下载 [jar包](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.2.5) (不建议) +或直接下载 [jar包](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.2.7) (不建议) 2.添加布局 ```xml @@ -131,7 +131,7 @@ protected void onPause() { ## License MIT -Copyright (c) 2015-2016 李盼 Nathen +Copyright (c) 2015-2018 李盼 Nathen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/README.md b/README.md index 4779e4dcb..5feeae7a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -- @@ -35,7 +35,7 @@ Q群:490442439 验证信息:jzvd ## A demo showing available effects -**[jiaozivideoplayer-6.2.5.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.2.5/jiaozivideoplayer-6.2.5.apk)** +**[jiaozivideoplayer-6.2.7.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.2.7/jiaozivideoplayer-6.2.7.apk)** ![Demo Screenshot][1] @@ -47,10 +47,10 @@ Only five steps to use the player. 1.Import library ```gradle -compile 'cn.jzvd:jiaozivideoplayer:6.2.5' +compile 'cn.jzvd:jiaozivideoplayer:6.2.7' ``` -Or download [lib](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.2.5) (not recommended) +Or download [lib](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.2.7) (not recommended) 2.Add JZVideoPlayer in your layout ```xml @@ -144,7 +144,7 @@ This project is dedicated to small and medium-sized app integrated video playbac ## License MIT -Copyright (c) 2015-2016 李盼 Nathen +Copyright (c) 2015-2018 李盼 Nathen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/app/build.gradle b/app/build.gradle index e8cb9d019..8c43a620a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "cn.jzvd.demo" minSdkVersion 16 targetSdkVersion 27 - versionCode 76 - versionName "6.2.5" + versionCode 77 + versionName "6.2.7" } signingConfigs { releaseConfig { diff --git a/gradle/maven_push.gradle b/gradle/maven_push.gradle index c8209d50d..23b4b7c2b 100644 --- a/gradle/maven_push.gradle +++ b/gradle/maven_push.gradle @@ -22,7 +22,7 @@ signing { group = "cn.jzvd" archivesBaseName = "jiaozivideoplayer" -version = "6.2.5" +version = "6.2.7" uploadArchives { repositories { @@ -30,18 +30,18 @@ uploadArchives { beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) } repository(url: "https://oss.sonatype.org/service/local/staging/deploy/maven2/") { - authentication(userName: hasProperty('ossrhUsername') ? ossrhUsername : "", - password: hasProperty('ossrhPassword') ? ossrhPassword : "") + authentication(userName: getProperty('ossrhUsername'), + password: getProperty('ossrhPassword')) } - snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") { - authentication(userName: hasProperty('ossrhUsername') ? ossrhUsername : "", - password: hasProperty('ossrhPassword') ? ossrhPassword : "") - } +// snapshotRepository(url: "https://oss.sonatype.org/content/repositories/snapshots/") { +// authentication(userName: getProperty('ossrhUsername'), +// password: getProperty('ossrhPassword')) +// } pom.project { name 'jiaozivideoplayer' - packaging 'jar' + packaging 'aar' // optionally artifactId can be defined here description 'android videoplayer videoview 安卓视频播放器 全屏 播放器列表全屏 仿今日头条UI' url 'https://github.com/lipangit/jiaozivideoplayer' diff --git a/jiaozivideoplayer/build.gradle b/jiaozivideoplayer/build.gradle index 96b6c9ce5..eb0dad29f 100644 --- a/jiaozivideoplayer/build.gradle +++ b/jiaozivideoplayer/build.gradle @@ -7,8 +7,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 27 - versionCode 76 - versionName "6.2.5" + versionCode 77 + versionName "6.2.7" } buildTypes { release {