mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
gradle: fix demo build.gradle
This commit is contained in:
parent
5447081d17
commit
f7589ceee2
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
apply plugin: 'android'
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
|
|
@ -23,7 +23,7 @@ android {
|
|||
}
|
||||
buildTypes {
|
||||
release {
|
||||
runProguard false
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue