Commit 5c63a6443b658a534559684173fd73cb81ec2919
1 parent
e95375daf1
Exists in
master
and in
1 other branch
混淆获取版本目录修改
Showing 4 changed files with 4 additions and 2 deletions Side-by-side Diff
android/PromoterDemo/bin/classes/com/example/promoterdemo/MainActivity.class
No preview for this file type
android/PromoterDemo/src/com/example/promoterdemo/MainActivity.java
1 | 1 | package com.example.promoterdemo; |
2 | -import com.gumptech.promoter.Entrance; | |
2 | +import android.app.Activity; | |
3 | 3 | import android.os.Bundle; |
4 | 4 | import android.view.View; |
5 | 5 | import android.view.View.OnClickListener; |
6 | 6 | import android.widget.TextView; |
7 | -import android.app.Activity; | |
7 | + | |
8 | +import com.gumptech.promoter.Entrance; | |
8 | 9 | public class MainActivity extends Activity implements OnClickListener { |
9 | 10 | @Override |
10 | 11 | protected void onCreate(Bundle savedInstanceState) { |
... | ... | @@ -18,5 +19,6 @@ public class MainActivity extends Activity implements OnClickListener { |
18 | 19 | public void onClick(View v) { |
19 | 20 | // TODO Auto-generated method stub |
20 | 21 | Entrance.DoPromoter("1545402", "10022", "", "", this); |
22 | + | |
21 | 23 | } |
22 | 24 | } |
android/PromoterRelease/bin/promoterrelease.jar
No preview for this file type
android/PromoterRelease/libs/PromoterSdk_proguard.jar
No preview for this file type