Skip to content

Commit

Permalink
Gradle Daten angepasst
Browse files Browse the repository at this point in the history
  • Loading branch information
Darius Musiolik authored and Darius Musiolik committed Sep 6, 2016
1 parent 492b882 commit 852f041
Show file tree
Hide file tree
Showing 32 changed files with 27 additions and 26 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Ein Android(>4.1) Client für den Vertretungsplan des Adam Josef Cüppers in Rat
=> Neu laden Button <br>
=> Erhöhte Sicherheit durch freilegen des Programmcodes <br>
#Ziele
=> Designanbieter - Mehrere Designs <br>
=> Parsen des html codes um ein schöneres Design anzubieten <br>
=> Errinnerungsfunktion <br>
#Free as in Freedom Software
Fühlt euch frei meinen Programmcode zu verwenden, zu bearbeiten oder anders zu veröffentlichen.
Fühlt euch frei meinen Programmcode zu verwenden, zu bearbeiten oder anders zu veröffentlichen. <br>
16 changes: 8 additions & 8 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@
<sourceFolder url="file://$MODULE_DIR$/src/main/jni" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/shaders" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/assets" type="java-test-resource" />
Expand All @@ -80,6 +72,14 @@
<sourceFolder url="file://$MODULE_DIR$/src/test/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/aidl" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/builds" />
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "dmusiolik.ajcbk_vp"
minSdkVersion 15
targetSdkVersion 23
versionCode 2
versionName "2.1"
versionCode 3
versionName "2.2"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public final class BuildConfig {
public static final String APPLICATION_ID = "dmusiolik.ajcbk_vp.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 2;
public static final String VERSION_NAME = "2.1";
public static final int VERSION_CODE = 3;
public static final String VERSION_NAME = "2.2";
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public final class BuildConfig {
public static final String APPLICATION_ID = "dmusiolik.ajcbk_vp";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 2;
public static final String VERSION_NAME = "2.1";
public static final int VERSION_CODE = 3;
public static final String VERSION_NAME = "2.2";
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dmusiolik.ajcbk_vp"
android:versionCode="2"
android:versionName="2.1" >
android:versionCode="3"
android:versionName="2.2" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app/build/intermediates/instant-run-support/debug/classes.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4078124850
3553050625
Binary file modified app/build/intermediates/instant-run-support/debug/resources.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dmusiolik.ajcbk_vp"
android:versionCode="2"
android:versionName="2.1" >
android:versionCode="3"
android:versionName="2.2" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified app/build/intermediates/res/resources-debug.ap_
Binary file not shown.
10 changes: 5 additions & 5 deletions app/build/intermediates/restart-dex/debug/build-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
api-level="23"
density="420dpi"
format="7"
timestamp="169359417587922"
timestamp="170500136466396"
token="7772881252675121292" >

<task
name="javac"
duration="0" />
duration="1379" />
<task
name="instant-run-dex"
duration="0" />
<task
name="instant-run-transform"
duration="0" />
duration="96" />
<task
name="verifier"
duration="0" />
duration="34" />

<artifact
location="/crypthome/dmusiolik/AndroidStudioProjects/AJCBK-VP/app/build/outputs/apk/app-debug.apk"
type="MAIN" />

<build timestamp="169359417587922" >
<build timestamp="170500136466396" >
<artifact
location="/crypthome/dmusiolik/AndroidStudioProjects/AJCBK-VP/app/build/outputs/apk/app-debug.apk"
type="MAIN" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
169186492398449
170500136466396
Binary file not shown.
Binary file modified app/build/outputs/apk/app-debug-unaligned.apk
Binary file not shown.
Binary file modified app/build/outputs/apk/app-debug.apk
Binary file not shown.

0 comments on commit 852f041

Please sign in to comment.