Skip to content

Commit

Permalink
Merge pull request #36 from adjust/source_access
Browse files Browse the repository at this point in the history
Add listener for in-app source access
  • Loading branch information
wellle committed Feb 24, 2014
2 parents c532f22 + 5762dfa commit b19d6e0
Show file tree
Hide file tree
Showing 55 changed files with 2,585 additions and 452 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Copyright: Benjamin Weiss (keyboardsurfer) https://github.com/keyboardsurfer
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode)

# orig files
*.orig

# built application files
*.apk
*.ap_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.adeven.adjustio" >
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.adjust.sdk" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"/>
</manifest>
2 changes: 1 addition & 1 deletion AdjustIo/build.gradle → Adjust/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
compileSdkVersion 19
defaultConfig {
versionCode 11
versionName '2.1.6'
versionName '3.0.0'
minSdkVersion 8
targetSdkVersion 19
}
Expand Down
6 changes: 3 additions & 3 deletions AdjustIo/pom.xml → Adjust/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>adjustio-android</artifactId>
<groupId>com.adeven.adjustio</groupId>
<version>2.1.6</version>
<artifactId>adjust-android</artifactId>
<groupId>com.adjust.sdk</groupId>
<version>3.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
File renamed without changes.
Loading

0 comments on commit b19d6e0

Please sign in to comment.