Skip to content

gitLibs/android-proguards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android proguards

Android Weekly Android Arsenal JitPack Build Status

Use one line to apply almost famous libraries of proguard configurations:

compile 'com.infstory:proguard-snippets:1.0.0'

proguard-snippets.png

Installation

via jcenter

repositories {
    jcenter()

}

dependencies {
    compile 'com.infstory:proguard-snippets:1.0.0'
}

Or via jitpack.io

repositories {
    maven {
        url "https://jitpack.io"
    }
}

dependencies {
    compile 'com.github.yongjhih.android-proguards:android-proguards:-SNAPSHOT'
}

Specify RxJava proguard rules:

repositories {
    maven {
        url "https://jitpack.io"
    }
}

dependencies {
    compile 'io.reactivex:rxjava:1.2.1'
    compile 'com.github.yongjhih.android-proguards:rxjava-pro:-SNAPSHOT'
}

See Also

Libraries

Credit

License

Copyright 2015 8tory, Inc.
Copyright 2013 Kevin Schultz

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
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.

Packages

No packages published

Languages

  • IDL 70.2%
  • Prolog 28.6%
  • Shell 1.2%