Skip to content

Commit

Permalink
Merge pull request #222 from adjust/v4100
Browse files Browse the repository at this point in the history
V4100
  • Loading branch information
nonelse authored Sep 13, 2016
2 parents fc96b9a + d191c06 commit e8e3226
Show file tree
Hide file tree
Showing 72 changed files with 4,405 additions and 1,822 deletions.
4 changes: 2 additions & 2 deletions Adjust/adjust/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.2"

defaultConfig {
minSdkVersion 9
targetSdkVersion 24
versionCode 1
versionName "4.7.0"
versionName "4.10.0"
}
}

Expand Down
7 changes: 5 additions & 2 deletions Adjust/adjust/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.adjust.sdk">

<application />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="21" />
android:targetSdkVersion="24" />
<application />
</manifest>
Loading

0 comments on commit e8e3226

Please sign in to comment.