Skip to content

Commit

Permalink
Updated SDK libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Apr 24, 2013
1 parent acb7773 commit 369e03d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file removed EclipseProject/libs/Unity-3.5-androidplayer.jar
Binary file not shown.
Binary file added EclipseProject/libs/Unity-4.1-androidplayer.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions EclipseProject/proguard-project.txt
Expand Up @@ -23,9 +23,9 @@
-outjars bin/proguard-admob-unity-plugin.jar
#-libraryjars <java.home>/lib/rt.jar
#-libraryjars /libs/android-support-v4.jar
-libraryjars "C:/Program Files (x86)/Android/android-sdk/platforms/android-16/android.jar"
-libraryjars /libs/GoogleAdMobAdsSdk-6.3.1.jar
-libraryjars /libs/Unity-3.5-androidplayer.jar
-libraryjars <android.sdk>/platforms/android-16/android.jar
-libraryjars /libs/GoogleAdMobAdsSdk-6.4.1.jar
-libraryjars /libs/Unity-4.1-androidplayer.jar
-printusage bin/proguard.txt
-printmapping bin/proguard-out.map

Expand Down
Expand Up @@ -176,7 +176,7 @@ public String toString(){
"publisherId: " + this.publisherId + ", " +
"isTesting: " + this.isTesting + ", " +
"testDeviceIds: " + Arrays.toString( this.testDeviceIds ) + ", " +
"guessSelfDeviceId: " + this.guessSelfDeviceId + (this.guessSelfDeviceId ? "(" + this.selfDeviceId + "), " : ", ") +
"guessSelfDeviceId: " + this.guessSelfDeviceId + (this.guessSelfDeviceId ? " (" + this.selfDeviceId + "), " : ", ") +
"size: " + tmp + ", " +
"orientation: " + this.orientation + ", " +
"gravity: " + this.gravity +
Expand Down

0 comments on commit 369e03d

Please sign in to comment.