Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ android {
defaultConfig {
applicationId "com.shimmersensing.shimmerconnect"
minSdkVersion 14
targetSdkVersion 34
versionCode 28
versionName "1.0"
targetSdkVersion 35
versionCode 29
versionName "1.1"
multiDexEnabled true

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class MainActivity extends AppCompatActivity implements ConnectedShimmers
final static String LOG_TAG = "Shimmer";
final static String SERVICE_TAG = "ShimmerService";
final static int REQUEST_CONNECT_SHIMMER = 2;
public static APP_RELEASE_TYPE appReleaseType = APP_RELEASE_TYPE.INTERNAL;
public static APP_RELEASE_TYPE appReleaseType = APP_RELEASE_TYPE.PUBLIC;
public enum APP_RELEASE_TYPE{
INTERNAL,
PUBLIC,
Expand Down