Skip to content
Snippets Groups Projects
Commit 230cbe28 authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Bump version

parent 9109584d
No related branches found
No related tags found
No related merge requests found
Pipeline #
def versionMajor = 2
def versionMinor = 2
def versionPatch = 6
def versionBuild = 2 // bump for dogfood builds, public betas, etc.
apply plugin: 'com.android.application'
apply plugin: 'io.fabric'
apply plugin: 'com.neenbedankt.android-apt'
 
def versionMajor = 2
def versionMinor = 2
def versionPatch = 7
def versionBuild = 0 // bump for dogfood builds, public betas, etc.
android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
Loading
Loading
@@ -81,7 +81,7 @@ dependencies {
compile 'com.github.Commit451:ElasticDragDismissLayout:1.0.3'
compile 'com.github.Commit451:AdapterLayout:1.0.2'
compile 'com.github.Commit451:Easel:1.0.0'
compile 'com.github.Commit451:Gimbal:1.0.0'
compile 'com.github.Commit451:Gimbal:2.0.0'
compile 'com.github.Commit451:Teleprinter:1.0.2'
compile 'com.github.Commit451:BypassPicassoImageGetter:1.0.0'
compile 'com.github.Commit451:Jounce:1.0.1'
Loading
Loading
@@ -93,7 +93,7 @@ dependencies {
compile 'com.github.ivbaranov:materiallettericon:0.2.2'
compile 'com.github.johnkil.android-robototextview:robototextview:2.5.0'
compile 'com.github.alorma:diff-textview:1.3.0'
compile 'com.wdullaer:materialdatetimepicker:2.3.0'
compile 'com.wdullaer:materialdatetimepicker:2.4.0'
compile 'com.wefika:flowlayout:0.4.1'
compile 'com.github.novoda:simple-chrome-custom-tabs:0.1.3-rc1'
compile('com.crashlytics.sdk.android:crashlytics:2.6.0@aar') {
Loading
Loading
Loading
Loading
@@ -18,7 +18,7 @@ import android.widget.ImageView;
import android.widget.TextView;
 
import com.commit451.easycallback.EasyCallback;
import com.commit451.gitbal.Gimbal;
import com.commit451.gimbal.Gimbal;
import com.commit451.gitlab.App;
import com.commit451.gitlab.R;
import com.commit451.gitlab.model.api.Contributor;
Loading
Loading
Loading
Loading
@@ -32,7 +32,7 @@ public class IssueLabelsViewHolder extends RecyclerView.ViewHolder {
private final IssueLabelsAdapter.Listener mListener = new IssueLabelsAdapter.Listener() {
@Override
public void onLabelClicked(String label, IssueLabelViewHolder viewHolder) {
//TODO anything?
}
};
 
Loading
Loading
Loading
Loading
@@ -3,4 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/adapter_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
\ No newline at end of file
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/activity_horizontal_margin"
android:layout_marginRight="@dimen/activity_horizontal_margin"/>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment