a

androidrate

Library to help you promote your Android app by prompting users to rate the app after using it for a few days.
https://github.com/Vorlonsoft/AndroidRate
The MIT License (MIT)
Vorlonsoft LLC
Alexander Savin
Files download
File Operation
androidrate-1.2.1.jar download
androidrate-1.2.1.pom download
androidrate-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vorlonsoft</groupId>
  <artifactId>androidrate</artifactId>
  <version>1.2.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.vorlonsoft:androidrate:1.2.1'
Gradle Kotlin
implementation("com.vorlonsoft:androidrate:1.2.1")
Scala SBT
libraryDependencies += "com.vorlonsoft" % "androidrate" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.vorlonsoft', module='androidrate', version='1.2.1')
)
Apache Ivy
<dependency org="com.vorlonsoft" name="androidrate" rev="1.2.1" />
Leiningen
[com.vorlonsoft/androidrate "1.2.1"]
Apache Buildr
'com.vorlonsoft:androidrate:jar:1.2.1'