File tree Expand file tree Collapse file tree 5 files changed +4
-14
lines changed
java/com/digitalfishfun/openshift Expand file tree Collapse file tree 5 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.digitalfishfun.openshift"
88 minSdkVersion 22
99 targetSdkVersion 26
10- versionCode 1
11- versionName " v0.1 -alpha"
10+ versionCode 2
11+ versionName " v0.2 -alpha"
1212 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
1313 }
1414 buildTypes {
Original file line number Diff line number Diff line change 99 android : roundIcon =" @drawable/logo"
1010 android : supportsRtl =" true"
1111 android : theme =" @style/Theme.AppCompat.Light.DarkActionBar" >
12- <activity android : name =" .MainActivity" >
12+ <activity android : name =" com.digitalfishfun.openshift .MainActivity" >
1313 <intent-filter >
1414 <action android : name =" android.intent.action.MAIN" />
1515
Original file line number Diff line number Diff line change 22
33import android .os .Bundle ;
44import android .support .v7 .app .AppCompatActivity ;
5- import android .util .Log ;
65import android .view .View ;
76import android .widget .SeekBar ;
8- import android .widget .Toast ;
97
108import java .io .File ;
119import java .io .FileOutputStream ;
Original file line number Diff line number Diff line change 11package com .digitalfishfun .openshift ;
22
33import android .app .Activity ;
4- import android .util .Log ;
54import android .widget .SeekBar ;
65
7- import java .io .File ;
8- import java .io .FileNotFoundException ;
9- import java .io .FileOutputStream ;
10- import java .io .IOException ;
11- import java .io .OutputStream ;
12- import java .io .OutputStreamWriter ;
13-
146/**
157 * Created by joonatoona on 6/19/17.
168 */
Original file line number Diff line number Diff line change 11<resources >
2- <string name =" app_name" >OpenShift </string >
2+ <string name =" app_name" >LibreShift </string >
33 <string name =" redLabel" >Red</string >
44 <string name =" greenLabel" >Green</string >
55 <string name =" blueLabel" >Blue</string >
You can’t perform that action at this time.
0 commit comments