We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee30261 commit d74db30Copy full SHA for d74db30
README.md
@@ -11,7 +11,7 @@ This a powerful REST Client of 9GAG unofficial which uses Android Studio + Gradl
11
12
## Run Environment
13
14
-min SDK verison 4.0+
+Min SDK verison 4.0+
15
16
Android Studio version 1.0 final
17
@@ -21,7 +21,7 @@ Gradle version 2.2.1
21
22

23
24
-[Download Demo]()
+[Download Demo](https://github.com/stormzhang/9GAG/releases/download/v1.0.0/9GAG_v1.0.0.apk)
25
26
27
## Open source projects
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "me.storm.ninegag"
9
minSdkVersion 14
10
targetSdkVersion 21
- versionCode 4
- versionName "1.3"
+ versionCode 1
+ versionName "1.0.0"
}
buildTypes {
release {
0 commit comments