Skip to content

Commit

Permalink
new build: 376
Browse files Browse the repository at this point in the history
  • Loading branch information
Gluon Jenkins committed Apr 30, 2019
1 parent afbf21f commit 4db73db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import java.util.*;

public class DevoxxSettings {
public static final String BUILD_NUMBER = "375" ;
public static final String BUILD_NUMBER = "376" ;

/**
* boolean option to switch on/off automatic authentication by using a self generated random UUID
Expand Down
2 changes: 1 addition & 1 deletion DevoxxClientMobile/src/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.devoxx"
android:versionCode="375"
android:versionCode="376"
android:versionName="3.5.2">
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="26"/>

Expand Down
2 changes: 1 addition & 1 deletion DevoxxClientMobile/src/ios/Default-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleIdentifier</key>
<string>com.devoxx.mydevoxx.swift</string>
<key>CFBundleVersion</key>
<!-- buildnumber --><string>375</string>
<!-- buildnumber --><string>376</string>
<key>CFBundleShortVersionString</key>
<!-- versionnumber --><string>3.5.2</string>
<key>CFBundleExecutable</key>
Expand Down

0 comments on commit 4db73db

Please sign in to comment.