File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
PrebidMobile/PrebidMobile-core/src/main/java/org/prebid/mobile Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ project.gradle.taskGraph.whenReady {
42
42
43
43
44
44
45
- repositories {
46
- maven {
47
- url ' https://oss.sonatype.org/content/repositories/orgprebid-1048 '
48
- }
49
- }
45
+ // repositories{
46
+ // maven {
47
+ // url 'https://oss.sonatype.org/content/repositories/orgprebid-1049 '
48
+ // }
49
+ // }
50
50
51
51
dependencies {
52
52
53
- // implementation 'org.prebid:prebid-mobile-sdk:1.6 '
54
- // implementation 'org.prebid:prebid-mobile-sdk-core:1.6 '
53
+ // implementation 'org.prebid:prebid-mobile-sdk:1.7 '
54
+ // implementation 'org.prebid:prebid-mobile-sdk-core:1.7 '
55
55
56
56
implementation project(' :PrebidMobile' )
57
57
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class PrebidServerSettings {
64
64
static final String deviceModel = Build .MODEL ;
65
65
static final String os = "android" ;
66
66
static String userAgent = null ;
67
- static String sdk_version = "1.6 " ;
67
+ static String sdk_version = "1.7 " ;
68
68
static String pkgVersion = "" ;
69
69
static String appName = "" ;
70
70
private static int mnc = -1 ;
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ Easily include the Prebid Mobile SDK using Maven. Simply add this line to your g
11
11
```
12
12
implementation 'org.prebid:prebid-mobile-sdk:[1,2)'
13
13
```
14
- If you want explicit stable vesion , please use the following:
14
+ If you want explicit stable version , please use the following:
15
15
```
16
- implementation 'org.prebid:prebid-mobile-sdk:1.6 '
16
+ implementation 'org.prebid:prebid-mobile-sdk:1.7 '
17
17
```
18
18
19
19
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
ext {
4
- prebidVersionName = " 1.6 "
4
+ prebidVersionName = " 1.7 "
5
5
prebidVersionCode = 1
6
6
minSDKVersion = 16
7
7
targetSDKVersion = 28
Original file line number Diff line number Diff line change 3
3
<!-- SonaType Requirements -->
4
4
<groupId >org.prebid</groupId >
5
5
<artifactId >prebid-mobile-sdk-core</artifactId >
6
- <version >1.6 </version >
6
+ <version >1.7 </version >
7
7
8
8
<name >Prebid Mobile Android SDK</name >
9
9
<description >Prebid Mobile</description >
Original file line number Diff line number Diff line change 3
3
<!-- SonaType Requirements -->
4
4
<groupId >org.prebid</groupId >
5
5
<artifactId >prebid-mobile-sdk</artifactId >
6
- <version >1.6 </version >
6
+ <version >1.7 </version >
7
7
8
8
<name >Prebid Mobile Android SDK</name >
9
9
<description >Prebid Mobile</description >
52
52
<dependency >
53
53
<groupId >org.prebid</groupId >
54
54
<artifactId >prebid-mobile-sdk-core</artifactId >
55
- <version >1.6 </version >
55
+ <version >1.7 </version >
56
56
<scope >compile</scope >
57
57
</dependency >
58
58
</dependencies >
You can’t perform that action at this time.
0 commit comments