Skip to content

Commit b19d6e0

Browse files
committed
Merge pull request #36 from adjust/source_access
Add listener for in-app source access
2 parents c532f22 + 5762dfa commit b19d6e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2585
-452
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Copyright: Benjamin Weiss (keyboardsurfer) https://github.com/keyboardsurfer
22
# Under CC-BY-SA V3.0 (https://creativecommons.org/licenses/by-sa/3.0/legalcode)
33

4+
# orig files
5+
*.orig
6+
47
# built application files
58
*.apk
69
*.ap_
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.adeven.adjustio" >
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.adjust.sdk" >
22
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"/>
33
</manifest>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
compileSdkVersion 19
2525
defaultConfig {
2626
versionCode 11
27-
versionName '2.1.6'
27+
versionName '3.0.0'
2828
minSdkVersion 8
2929
targetSdkVersion 19
3030
}

AdjustIo/pom.xml renamed to Adjust/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>adjustio-android</artifactId>
7-
<groupId>com.adeven.adjustio</groupId>
8-
<version>2.1.6</version>
6+
<artifactId>adjust-android</artifactId>
7+
<groupId>com.adjust.sdk</groupId>
8+
<version>3.0.0</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)