Commit f8e87ba3f6758a5fa009eb3520a7c3f4e03d52ca
1 parent
5c63a6443b
Exists in
master
and in
1 other branch
版本目录修改
Showing 18 changed files with 9 additions and 10 deletions Side-by-side Diff
- android/PromoterDemo/bin/PromoterDemo.apk
- android/PromoterDemo/bin/classes.dex
- android/PromoterDemo/bin/classes/com/example/promoterdemo/MainActivity.class
- android/PromoterDemo/bin/dexedLibs/PromoterSdk_proguard-63e08a920939c1c1ad99b9ddae01f591.jar
- android/PromoterDemo/bin/dexedLibs/PromoterSdk_proguard-d1f5184ab6a3a853c4d7dc7457b85585.jar
- android/PromoterDemo/bin/dexedLibs/android-support-v4-2b8aed04d68815795a4b53e70b49f1a2.jar
- android/PromoterDemo/bin/dexedLibs/promoterrelease-524f5906c8683bbcd3d3ad4807094566.jar
- android/PromoterDemo/bin/dexedLibs/promotersdk-af12794b62c03556f68fa7649487d51c.jar
- android/PromoterDemo/bin/res/crunch/drawable-hdpi/ic_launcher.png
- android/PromoterDemo/bin/res/crunch/drawable-mdpi/ic_launcher.png
- android/PromoterDemo/bin/res/crunch/drawable-xhdpi/ic_launcher.png
- android/PromoterDemo/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
- android/PromoterDemo/bin/resources.ap_
- android/PromoterDemo/src/com/example/promoterdemo/MainActivity.java
- android/PromoterRelease/bin/jarlist.cache
- android/PromoterRelease/bin/promoterrelease.jar
- doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md
- doc/\346\216\250\345\271\277\345\221\230\351\241\271\347\233\256Sdk for android\344\275\277\347\224\250\350\257\264\346\230\216.md.bak
android/PromoterDemo/bin/PromoterDemo.apk
No preview for this file type
android/PromoterDemo/bin/classes.dex
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/MainActivity.class
No preview for this file type
android/PromoterDemo/bin/dexedLibs/PromoterSdk_proguard-63e08a920939c1c1ad99b9ddae01f591.jar
No preview for this file type
android/PromoterDemo/bin/dexedLibs/PromoterSdk_proguard-d1f5184ab6a3a853c4d7dc7457b85585.jar
No preview for this file type
android/PromoterDemo/bin/dexedLibs/android-support-v4-2b8aed04d68815795a4b53e70b49f1a2.jar
No preview for this file type
android/PromoterDemo/bin/dexedLibs/promoterrelease-524f5906c8683bbcd3d3ad4807094566.jar
No preview for this file type
android/PromoterDemo/bin/dexedLibs/promotersdk-af12794b62c03556f68fa7649487d51c.jar
No preview for this file type
android/PromoterDemo/bin/res/crunch/drawable-hdpi/ic_launcher.png
5.82 KB
android/PromoterDemo/bin/res/crunch/drawable-mdpi/ic_launcher.png
3.04 KB
android/PromoterDemo/bin/res/crunch/drawable-xhdpi/ic_launcher.png
9.14 KB
android/PromoterDemo/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
17.5 KB
android/PromoterDemo/bin/resources.ap_
No preview for this file type
android/PromoterDemo/src/com/example/promoterdemo/MainActivity.java
... | ... | @@ -4,7 +4,7 @@ import android.os.Bundle; |
4 | 4 | import android.view.View; |
5 | 5 | import android.view.View.OnClickListener; |
6 | 6 | import android.widget.TextView; |
7 | - | |
7 | +import com.gumptech.promoter.util.Constant; | |
8 | 8 | import com.gumptech.promoter.Entrance; |
9 | 9 | public class MainActivity extends Activity implements OnClickListener { |
10 | 10 | @Override |
... | ... | @@ -19,6 +19,7 @@ public class MainActivity extends Activity implements OnClickListener { |
19 | 19 | public void onClick(View v) { |
20 | 20 | // TODO Auto-generated method stub |
21 | 21 | Entrance.DoPromoter("1545402", "10022", "", "", this); |
22 | + | |
22 | 23 | |
23 | 24 | } |
24 | 25 | } |
android/PromoterRelease/bin/jarlist.cache
android/PromoterRelease/bin/promoterrelease.jar
No preview for this file type