Skip to content

Commit

Permalink
Update to v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
exalab999 committed Jan 19, 2019
1 parent b85e481 commit e808794
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 118 deletions.
114 changes: 0 additions & 114 deletions AxGit/.idea/assetWizardSettings.xml

This file was deleted.

4 changes: 2 additions & 2 deletions AxGit/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "exa.free.ag"
minSdkVersion 14
targetSdkVersion 26
versionCode 111
versionName "1.11"
versionCode 112
versionName "1.12"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Binary file modified AxGit/app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion AxGit/app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":111,"versionName":"1.11","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":112,"versionName":"1.12","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
2 changes: 1 addition & 1 deletion AxGit/app/src/main/java/exa/free/ag/Method2.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa
mProgressDialog2.setCancelable(false);

mInterstitialAd = new InterstitialAd(context);
mInterstitialAd.setAdUnitId("ca-app-pub-5748356089815497/2595876004");
mInterstitialAd.setAdUnitId("ca-app-pub-5748356089815497/1385797738");
mInterstitialAd.loadAd(new AdRequest.Builder().build());

if(Build.VERSION.SDK_INT >= 21){
Expand Down

0 comments on commit e808794

Please sign in to comment.