Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Joona committed Jun 28, 2017
1 parent 6f0f4a4 commit 31e01b9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
4 changes: 2 additions & 2 deletions OpenShift/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.digitalfishfun.openshift"
minSdkVersion 22
targetSdkVersion 26
versionCode 1
versionName "v0.1-alpha"
versionCode 2
versionName "v0.2-alpha"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion OpenShift/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:roundIcon="@drawable/logo"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar">
<activity android:name=".MainActivity">
<activity android:name="com.digitalfishfun.openshift.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.SeekBar;
import android.widget.Toast;

import java.io.File;
import java.io.FileOutputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
package com.digitalfishfun.openshift;

import android.app.Activity;
import android.util.Log;
import android.widget.SeekBar;

import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;

/**
* Created by joonatoona on 6/19/17.
*/
Expand Down
2 changes: 1 addition & 1 deletion OpenShift/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">OpenShift</string>
<string name="app_name">LibreShift</string>
<string name="redLabel">Red</string>
<string name="greenLabel">Green</string>
<string name="blueLabel">Blue</string>
Expand Down

0 comments on commit 31e01b9

Please sign in to comment.