Step 1. Add the JitPack repository to your build file
Add it in your root settings.gradle at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Add it in your settings.gradle.kts at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}
Add to pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
Add it in your project.clj at the end of repositories:
:repositories [["jitpack" "https://jitpack.io"]]
Step 2. Add the dependency
dependencies {
implementation 'com.github.marzika:Snapprefs:v2.1.0'
}
dependencies {
implementation("com.github.marzika:Snapprefs:v2.1.0")
}
<dependency>
<groupId>com.github.marzika</groupId>
<artifactId>Snapprefs</artifactId>
<version>v2.1.0</version>
</dependency>
libraryDependencies += "com.github.marzika" % "Snapprefs" % "v2.1.0"
:dependencies [[com.github.marzika/Snapprefs "v2.1.0"]]
Snapprefs is a project which offers enhanced features for Snapchat through the Xposed framework.
Want to translate Snapprefs into your native language?
Want to be up to date with our Projects? Visit our website!
Current features are:
Keepchat for their amazing work
Snapshare for their amazing work
andrerm124 for working countless hours on the project
m1kep for providing the build server and additional features
manvir for his inspirational SnapColors app
elesbb for his inspirational SnapChat Full Caption app
chiralcode for his ColorPicker
Yoganandh for his color collection
cketti for his ckChangelog library (Apache License 2.0)
ddmanfire for implementing array saving #1 #2
XPrivacy for the installation instructions
Note: Obviously, you need root access on your phone.
Available as Jenkins artifacts:
The whole project is licensed under the GNU GPLv3, which can be found in the LICENSE file. The license is also included with the app in the /assets/ folder.
Copyright (C) 2014-2016 Marcell Mészáros
Snapprefs is in no way affiliated with, authorized, maintained, sponsored or endorsed by the Snapchat Inc. or any of its affiliates or subsidiaries. This is an independent application.